#B2CF0D

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

Shades of Rio Grande #B2CF0D

Tints of Rio Grande #B2CF0D

Color information

#B2CF0D (or 0xB2CF0D) is unknown color: approx Rio Grande. HEX triplet: B2, CF and 0D. RGB value is (178,207,13). Sum of RGB (Red+Green+Blue) = 178+207+13=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CF0D is #4D30F2. Grayscale: #B0B0B0. Windows color (decimal): -5058803 or 905138. OLE color: 905138.

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

Color convert

RGB17820713-
CMYK0.1400.940.19
HSL68.97º88.18%43.14%-
HSV(B)68.97º93.72%81.18%-
XYZ40.7554.128.68-
YUV176.2135.89129.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.72%
GREEN value IS 207 (81.25% from 255) = 52.01%
BLUE value IS 13 (5.47% from 255) = 3.27%
R=44.72%
G=52.01%
B=3.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178207130.1400.940.1968.9788.1843.14
HexB2CFDE05E1345582b
Octal262317151601362310513053
Binary101100101100111111011110010111101001110001011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CF0D; }

 p { color: rgb(178,207,13); }

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

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

 a { background-color: rgb(178,207,13); }

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

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

 span { border-color: rgb(178,207,13); }

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