Html Css Color HEX #BAB20F La Rioja

📋 copy color: '#BAB20F'

red 186 ◦ green 178 ◦ blue 15

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

Shades of La Rioja #BAB20F

Tints of La Rioja #BAB20F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.97%

 BLUE value IS 15 (6.25% from 255) = 3.96%

R = 49.08%
G = 46.97%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BAB20F (or 0xBAB20F) is known color: La Rioja. HEX triplet: BA, B2 and 0F. RGB value is (186,178,15). Sum of RGB (Red+Green+Blue) = 186+178+15=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB20F is #454DF0. Grayscale: #A2A2A2. Windows color (decimal): -4541937 or 1028794. OLE color: 1028794.

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

Color convert

RGB 186 178 15 -
CMYK 0 0.04 0.92 0.27
HSL 57.19º 0.85% 0.39% -
HSV(B) 57.19º 0.92% 0.73% -
XYZ 36.26 42.31 6.71 -
YUV 161.81 45.15 145.25 -
System Red Green Blue C M Y K H S L
Decimal 186 178 15 0 0.04 0.92 0.27 57.19 0.85 0.39
Hex BA B2 F 0 4 5C 1B 39 55 27
Octal 272 262 17 0 4 134 33 71 125 47
Binary 10111010 10110010 1111 0 100 1011100 11011 111001 1010101 100111

Color Harmonies of #BAB20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB20F

Black with #BAB20F

Text Example


Text Example

White with #BAB20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB20F; }

 p { color: rgb(186,178,15); }

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

background-color css

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

 a { background-color: rgb(186,178,15); }

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

border-color css

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

 span { border-color: rgb(186,178,15); }

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