#b6d61f

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

Shades of Rio Grande #B6D61F

Tints of Rio Grande #B6D61F

Color information

#B6D61F (or 0xB6D61F) is unknown color: approx Rio Grande. HEX triplet: B6, D6 and 1F. RGB value is (182,214,31). Sum of RGB (Red+Green+Blue) = 182+214+31=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D61F is #4929E0. Grayscale: #B8B8B8. Windows color (decimal): -4794849 or 2086582. OLE color: 2086582.

HSL color Cylindrical-coordinate representation of color #B6D61F: hue angle of 70.49º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6D61F is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB18221431-
CMYK0.1500.860.16
HSL70.49º74.69%48.04%-
HSV(B)70.49º85.51%83.92%-
XYZ43.5958.1410.22-
YUV183.5741.9126.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 214 (83.98% from 255) = 50.12%
BLUE value IS 31 (12.5% from 255) = 7.26%
R=42.62%
G=50.12%
B=7.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182214310.1500.860.1670.4974.6948.04
HexB6D61FF05610464b30
Octal266326371701262010611360
Binary1011011011010110111111111010101101000010001101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6d61f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6d61f; }

 p { color: rgb(182,214,31); }

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

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

 a { background-color: rgb(182,214,31); }

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

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

 span { border-color: rgb(182,214,31); }

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