#B6D413

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

Shades of Rio Grande #B6D413

Tints of Rio Grande #B6D413

Color information

#B6D413 (or 0xB6D413) is unknown color: approx Rio Grande. HEX triplet: B6, D4 and 13. RGB value is (182,212,19). Sum of RGB (Red+Green+Blue) = 182+212+19=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 212 (83.20% from 255 or 51.33% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 212 - color contains mainly: green. Hex color #B6D413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D413 is #492BEC. Grayscale: #B5B5B5. Windows color (decimal): -4795373 or 1299638. OLE color: 1299638.

HSL color Cylindrical-coordinate representation of color #B6D413: hue angle of 69.33º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B6D413 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB18221219-
CMYK0.1400.910.17
HSL69.33º83.55%45.29%-
HSV(B)69.33º91.04%83.14%-
XYZ42.9557.089.37-
YUV181.0336.56128.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 212 (83.20% from 255) = 51.33%
BLUE value IS 19 (7.81% from 255) = 4.60%
R=44.07%
G=51.33%
B=4.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal182212190.1400.910.1769.3383.5545.29
HexB6D413E05B1145542d
Octal266324231601332110512455
Binary1011011011010100100111110010110111000110001011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D413; }

 p { color: rgb(182,212,19); }

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

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

 a { background-color: rgb(182,212,19); }

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

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

 span { border-color: rgb(182,212,19); }

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