Html Css Color HEX #B6BD1F Rio Grande

📋 copy color: '#B6BD1F'

red 182 ◦ green 189 ◦ blue 31

#B6BD1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #B6BD1F

Tints of Rio Grande #B6BD1F

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 value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#B6BD1F (or 0xB6BD1F) is known color: 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

RGB 182 189 31 -
CMYK 0.04 0 0.84 0.26
HSL 62.66º 0.72% 0.43% -
HSV(B) 62.66º 0.84% 0.74% -
XYZ 37.74 46.44 8.27 -
YUV 168.9 50.18 137.35 -
System Red Green Blue C M Y K H S L
Decimal 182 189 31 0.04 0 0.84 0.26 62.66 0.72 0.43
Hex B6 BD 1F 4 0 54 1A 3F 48 2B
Octal 266 275 37 4 0 124 32 77 110 53
Binary 10110110 10111101 11111 100 0 1010100 11010 111111 1001000 101011

Color Harmonies of #B6BD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BD1F

Black with #B6BD1F

Text Example


Text Example

White with #B6BD1F

Text Example


Text Example

HTML Codes & Css Web 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>