#B2CD0F

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

Shades of Rio Grande #B2CD0F

Tints of Rio Grande #B2CD0F

Color information

#B2CD0F (or 0xB2CD0F) is unknown color: approx Rio Grande. HEX triplet: B2, CD and 0F. RGB value is (178,205,15). Sum of RGB (Red+Green+Blue) = 178+205+15=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CD0F is #4D32F0. Grayscale: #B0B0B0. Windows color (decimal): -5059313 or 1035698. OLE color: 1035698.

HSL color Cylindrical-coordinate representation of color #B2CD0F: hue angle of 68.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2CD0F is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB17820515-
CMYK0.1300.930.20
HSL68.53º86.36%43.14%-
HSV(B)68.53º92.68%80.39%-
XYZ40.2853.168.59-
YUV175.2737.55129.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.72%
GREEN value IS 205 (80.47% from 255) = 51.51%
BLUE value IS 15 (6.25% from 255) = 3.77%
R=44.72%
G=51.51%
B=3.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178205150.1300.930.2068.5386.3643.14
HexB2CDFD05D1445562b
Octal262315171501352410512653
Binary101100101100110111111101010111011010010001011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CD0F; }

 p { color: rgb(178,205,15); }

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

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

 a { background-color: rgb(178,205,15); }

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

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

 span { border-color: rgb(178,205,15); }

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