Html Css Color HEX #B6BA1E Rio Grande

📋 copy color: '#B6BA1E'

red 182 ◦ green 186 ◦ blue 30

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

Shades of Rio Grande #B6BA1E

Tints of Rio Grande #B6BA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.54%

R = 45.73%
G = 46.73%
B = 7.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B6BA1E (or 0xB6BA1E) is known color: Rio Grande. HEX triplet: B6, BA and 1E. RGB value is (182,186,30). Sum of RGB (Red+Green+Blue) = 182+186+30=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BA1E is #4945E1. Grayscale: #A7A7A7. Windows color (decimal): -4802018 or 2013878. OLE color: 2013878.

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

Color convert

RGB 182 186 30 -
CMYK 0.02 0 0.84 0.27
HSL 61.54º 0.72% 0.42% -
HSV(B) 61.54º 0.84% 0.73% -
XYZ 37.08 45.16 7.99 -
YUV 167.02 50.67 138.68 -
System Red Green Blue C M Y K H S L
Decimal 182 186 30 0.02 0 0.84 0.27 61.54 0.72 0.42
Hex B6 BA 1E 2 0 54 1B 3E 48 2A
Octal 266 272 36 2 0 124 33 76 110 52
Binary 10110110 10111010 11110 10 0 1010100 11011 111110 1001000 101010

Color Harmonies of #B6BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BA1E

Black with #B6BA1E

Text Example


Text Example

White with #B6BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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