Html Css Color HEX #BABB18 La Rioja

📋 copy color: '#BABB18'

red 186 ◦ green 187 ◦ blue 24

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

Shades of La Rioja #BABB18

Tints of La Rioja #BABB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.05%

R = 46.85%
G = 47.1%
B = 6.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BABB18 (or 0xBABB18) is known color: La Rioja. HEX triplet: BA, BB and 18. RGB value is (186,187,24). Sum of RGB (Red+Green+Blue) = 186+187+24=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABB18 is #4544E7. Grayscale: #A8A8A8. Windows color (decimal): -4539624 or 1620922. OLE color: 1620922.

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

Color convert

RGB 186 187 24 -
CMYK 0.01 0 0.87 0.27
HSL 60.37º 0.77% 0.41% -
HSV(B) 60.37º 0.87% 0.73% -
XYZ 38.18 46.05 7.74 -
YUV 168.12 46.67 140.75 -
System Red Green Blue C M Y K H S L
Decimal 186 187 24 0.01 0 0.87 0.27 60.37 0.77 0.41
Hex BA BB 18 1 0 57 1B 3C 4D 29
Octal 272 273 30 1 0 127 33 74 115 51
Binary 10111010 10111011 11000 1 0 1010111 11011 111100 1001101 101001

Color Harmonies of #BABB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB18

Black with #BABB18

Text Example


Text Example

White with #BABB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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