#B6BD1F

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

Shades of Rio Grande #B6BD1F

Tints of Rio Grande #B6BD1F

Color information

#B6BD1F (or 0xB6BD1F) is unknown color: approx Rio Grande. HEX triplet: B6, BD and 1F. RGB value is (182,189,31). Sum of RGB (Red+Green+Blue) = 182+189+31=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BD1F is #4942E0. Grayscale: #A9A9A9. Windows color (decimal): -4801249 or 2080182. OLE color: 2080182.

HSL color Cylindrical-coordinate representation of color #B6BD1F: hue angle of 62.66º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6BD1F is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB18218931-
CMYK0.0400.840.26
HSL62.66º71.82%43.14%-
HSV(B)62.66º83.6%74.12%-
XYZ37.7446.448.27-
YUV168.950.18137.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 189 (74.22% from 255) = 47.01%
BLUE value IS 31 (12.5% from 255) = 7.71%
R=45.27%
G=47.01%
B=7.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal182189310.0400.840.2662.6671.8243.14
HexB6BD1F40541A3f482b
Octal2662753740124327711053
Binary10110110101111011111110001010100110101111111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BD1F; }

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

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

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

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

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

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

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

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