#B4D20F

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

Shades of Rio Grande #B4D20F

Tints of Rio Grande #B4D20F

Color information

#B4D20F (or 0xB4D20F) is unknown color: approx Rio Grande. HEX triplet: B4, D2 and 0F. RGB value is (180,210,15). Sum of RGB (Red+Green+Blue) = 180+210+15=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D20F is #4B2DF0. Grayscale: #B3B3B3. Windows color (decimal): -4926961 or 1036980. OLE color: 1036980.

HSL color Cylindrical-coordinate representation of color #B4D20F: hue angle of 69.23º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4D20F is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB18021015-
CMYK0.1400.930.18
HSL69.23º86.67%44.12%-
HSV(B)69.23º92.86%82.35%-
XYZ41.9655.839.02-
YUV178.835.56128.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 210 (82.42% from 255) = 51.85%
BLUE value IS 15 (6.25% from 255) = 3.70%
R=44.44%
G=51.85%
B=3.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180210150.1400.930.1869.2386.6744.12
HexB4D2FE05D1245572c
Octal264322171601352210512754
Binary101101001101001011111110010111011001010001011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D20F; }

 p { color: rgb(180,210,15); }

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

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

 a { background-color: rgb(180,210,15); }

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

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

 span { border-color: rgb(180,210,15); }

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