Html Css Color HEX #BAB602 La Rioja

📋 copy color: '#BAB602'

red 186 ◦ green 182 ◦ blue 2

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

Shades of La Rioja #BAB602

Tints of La Rioja #BAB602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.19%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 50.27%
G = 49.19%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BAB602 (or 0xBAB602) is known color: La Rioja. HEX triplet: BA, B6 and 02. RGB value is (186,182,2). Sum of RGB (Red+Green+Blue) = 186+182+2=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB602 is #4549FD. Grayscale: #A3A3A3. Windows color (decimal): -4540926 or 177850. OLE color: 177850.

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

Color convert

RGB 186 182 2 -
CMYK 0 0.02 0.99 0.27
HSL 58.7º 0.98% 0.37% -
HSV(B) 58.7º 0.99% 0.73% -
XYZ 36.99 43.9 6.58 -
YUV 162.68 37.33 144.64 -
System Red Green Blue C M Y K H S L
Decimal 186 182 2 0 0.02 0.99 0.27 58.7 0.98 0.37
Hex BA B6 2 0 2 63 1B 3B 62 25
Octal 272 266 2 0 2 143 33 73 142 45
Binary 10111010 10110110 10 0 10 1100011 11011 111011 1100010 100101

Color Harmonies of #BAB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB602

Black with #BAB602

Text Example


Text Example

White with #BAB602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB602; }

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

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

background-color css

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

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

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

border-color css

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

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

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