Html Css Color HEX #BABB04 La Rioja

📋 copy color: '#BABB04'

red 186 ◦ green 187 ◦ blue 4

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

Shades of La Rioja #BABB04

Tints of La Rioja #BABB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 49.34%
G = 49.6%
B = 1.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BABB04 (or 0xBABB04) is known color: La Rioja. HEX triplet: BA, BB and 04. RGB value is (186,187,4). Sum of RGB (Red+Green+Blue) = 186+187+4=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABB04 is #4544FB. Grayscale: #A6A6A6. Windows color (decimal): -4539644 or 310202. OLE color: 310202.

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

Color convert

RGB 186 187 4 -
CMYK 0.01 0 0.98 0.27
HSL 60.33º 0.96% 0.37% -
HSV(B) 60.33º 0.98% 0.73% -
XYZ 38.04 45.99 6.99 -
YUV 165.84 36.67 142.38 -
System Red Green Blue C M Y K H S L
Decimal 186 187 4 0.01 0 0.98 0.27 60.33 0.96 0.37
Hex BA BB 4 1 0 62 1B 3C 60 25
Octal 272 273 4 1 0 142 33 74 140 45
Binary 10111010 10111011 100 1 0 1100010 11011 111100 1100000 100101

Color Harmonies of #BABB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB04

Black with #BABB04

Text Example


Text Example

White with #BABB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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