Html Css Color HEX #BAB008 La Rioja

📋 copy color: '#BAB008'

red 186 ◦ green 176 ◦ blue 8

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

Shades of La Rioja #BAB008

Tints of La Rioja #BAB008

RGB

 RED value IS 186 (73.05% from 255) = 50.27%

 GREEN value IS 176 (69.14% from 255) = 47.57%

 BLUE value IS 8 (3.52% from 255) = 2.16%

R = 50.27%
G = 47.57%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BAB008 (or 0xBAB008) is known color: La Rioja. HEX triplet: BA, B0 and 08. RGB value is (186,176,8). Sum of RGB (Red+Green+Blue) = 186+176+8=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB008 is #454FF7. Grayscale: #A0A0A0. Windows color (decimal): -4542456 or 569530. OLE color: 569530.

HSL color Cylindrical-coordinate representation of color #BAB008: hue angle of 56.63º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAB008 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 176 8 -
CMYK 0 0.05 0.96 0.27
HSL 56.63º 0.92% 0.38% -
HSV(B) 56.63º 0.96% 0.73% -
XYZ 35.82 41.51 6.35 -
YUV 159.84 42.31 146.66 -
System Red Green Blue C M Y K H S L
Decimal 186 176 8 0 0.05 0.96 0.27 56.63 0.92 0.38
Hex BA B0 8 0 5 60 1B 39 5C 26
Octal 272 260 10 0 5 140 33 71 134 46
Binary 10111010 10110000 1000 0 101 1100000 11011 111001 1011100 100110

Color Harmonies of #BAB008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB008

Black with #BAB008

Text Example


Text Example

White with #BAB008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB008; }

 p { color: rgb(186,176,8); }

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

background-color css

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

 a { background-color: rgb(186,176,8); }

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

border-color css

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

 span { border-color: rgb(186,176,8); }

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