Html Css Color HEX #B6B91C Rio Grande

📋 copy color: '#B6B91C'

red 182 ◦ green 185 ◦ blue 28

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

Shades of Rio Grande #B6B91C

Tints of Rio Grande #B6B91C

RGB

 RED value IS 182 (71.48% from 255) = 46.08%

 GREEN value IS 185 (72.66% from 255) = 46.84%

 BLUE value IS 28 (11.33% from 255) = 7.09%

R = 46.08%
G = 46.84%
B = 7.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B6B91C (or 0xB6B91C) is known color: Rio Grande. HEX triplet: B6, B9 and 1C. RGB value is (182,185,28). Sum of RGB (Red+Green+Blue) = 182+185+28=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B91C is #4946E3. Grayscale: #A6A6A6. Windows color (decimal): -4802276 or 1882550. OLE color: 1882550.

HSL color Cylindrical-coordinate representation of color #B6B91C: hue angle of 61.15º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6B91C is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 185 28 -
CMYK 0.02 0 0.85 0.27
HSL 61.15º 0.74% 0.42% -
HSV(B) 61.15º 0.85% 0.73% -
XYZ 36.85 44.73 7.79 -
YUV 166.21 50.01 139.27 -
System Red Green Blue C M Y K H S L
Decimal 182 185 28 0.02 0 0.85 0.27 61.15 0.74 0.42
Hex B6 B9 1C 2 0 55 1B 3D 4A 2A
Octal 266 271 34 2 0 125 33 75 112 52
Binary 10110110 10111001 11100 10 0 1010101 11011 111101 1001010 101010

Color Harmonies of #B6B91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B91C

Black with #B6B91C

Text Example


Text Example

White with #B6B91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B91C; }

 p { color: rgb(182,185,28); }

 H1.HeaderClassName
 {
   color: #B6B91C;
 }
 .AnyTagClassName
 {
   color: #B6B91C;
 }
</style>

background-color css

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

 a { background-color: rgb(182,185,28); }

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

border-color css

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

 span { border-color: rgb(182,185,28); }

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