Html Css Color HEX #BABB00 La Rioja

📋 copy color: '#BABB00'

red 186 ◦ green 187 ◦ blue 0

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

Shades of La Rioja #BABB00

Tints of La Rioja #BABB00

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.87%
G = 50.13%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BABB00 (or 0xBABB00) is known color: La Rioja. HEX triplet: BA, BB and 00. RGB value is (186,187,0). Sum of RGB (Red+Green+Blue) = 186+187+0=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABB00 is #4544FF. Grayscale: #A6A6A6. Windows color (decimal): -4539648 or 48058. OLE color: 48058.

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

Color convert

RGB 186 187 0 -
CMYK 0.01 0 1 0.27
HSL 60.32º 1% 0.37% -
HSV(B) 60.32º 1% 0.73% -
XYZ 38.02 45.98 6.87 -
YUV 165.38 34.67 142.71 -
System Red Green Blue C M Y K H S L
Decimal 186 187 0 0.01 0 1 0.27 60.32 1 0.37
Hex BA BB 0 1 0 64 1B 3C 64 25
Octal 272 273 0 1 0 144 33 74 144 45
Binary 10111010 10111011 0 1 0 1100100 11011 111100 1100100 100101

Color Harmonies of #BABB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB00

Black with #BABB00

Text Example


Text Example

White with #BABB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB00; }

 p { color: rgb(186,187,0); }

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

background-color css

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

 a { background-color: rgb(186,187,0); }

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

border-color css

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

 span { border-color: rgb(186,187,0); }

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