#B2CE10

Color #B2CE10 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B2CE10

Tints of Rio Grande #B2CE10

Color information

#B2CE10 (or 0xB2CE10) is unknown color: approx Rio Grande. HEX triplet: B2, CE and 10. RGB value is (178,206,16). Sum of RGB (Red+Green+Blue) = 178+206+16=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CE10 is #4D31EF. Grayscale: #B0B0B0. Windows color (decimal): -5059056 or 1101490. OLE color: 1101490.

HSL color Cylindrical-coordinate representation of color #B2CE10: hue angle of 68.84º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2CE10 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB17820616-
CMYK0.1400.920.19
HSL68.84º85.59%43.53%-
HSV(B)68.84º92.23%80.78%-
XYZ40.5253.658.71-
YUV175.9737.72129.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 44.5%
GREEN value IS 206 (80.86% from 255) = 51.5%
BLUE value IS 16 (6.64% from 255) = 4%
R=44.5%
G=51.5%
B=4%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178206160.1400.920.1968.8485.5943.53
HexB2CE10E05C1345562c
Octal262316201601342310512654
Binary1011001011001110100001110010111001001110001011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CE10; }

 p { color: rgb(178,206,16); }

 H1.HeaderClassName
 {
   color: #B2CE10;
 }
 .AnyTagClassName
 {
   color: #B2CE10;
 }
</style>
background-color css

<style>
 a { background-color: #B2CE10; }

 a { background-color: rgb(178,206,16); }

 div.DivClassName
 {
   background-color: #B2CE10;
 }
 .BgClassName
 {
   background-color: #B2CE10;
 }
</style>
border-color css

<style>
 span { border-color: #B2CE10; }

 span { border-color: rgb(178,206,16); }

 td.TdClassName
 {
   border-color: #B2CE10;
 }
 .TagClassName
 {
   border-color: #B2CE10;
 }
</style>