Html Css Color HEX #B6BA1C Rio Grande

📋 copy color: '#B6BA1C'

red 182 ◦ green 186 ◦ blue 28

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

Shades of Rio Grande #B6BA1C

Tints of Rio Grande #B6BA1C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.97%

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

R = 45.96%
G = 46.97%
B = 7.07%

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

#B6BA1C (or 0xB6BA1C) is known color: Rio Grande. HEX triplet: B6, BA and 1C. RGB value is (182,186,28). Sum of RGB (Red+Green+Blue) = 182+186+28=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BA1C is #4945E3. Grayscale: #A7A7A7. Windows color (decimal): -4802020 or 1882806. OLE color: 1882806.

HSL color Cylindrical-coordinate representation of color #B6BA1C: hue angle of 61.52º 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 #B6BA1C is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 186 28 -
CMYK 0.02 0 0.85 0.27
HSL 61.52º 0.74% 0.42% -
HSV(B) 61.52º 0.85% 0.73% -
XYZ 37.06 45.15 7.86 -
YUV 166.79 49.67 138.85 -
System Red Green Blue C M Y K H S L
Decimal 182 186 28 0.02 0 0.85 0.27 61.52 0.74 0.42
Hex B6 BA 1C 2 0 55 1B 3E 4A 2A
Octal 266 272 34 2 0 125 33 76 112 52
Binary 10110110 10111010 11100 10 0 1010101 11011 111110 1001010 101010

Color Harmonies of #B6BA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BA1C

Black with #B6BA1C

Text Example


Text Example

White with #B6BA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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