Html Css Color HEX #BABD0C La Rioja

📋 copy color: '#BABD0C'

red 186 ◦ green 189 ◦ blue 12

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

Shades of La Rioja #BABD0C

Tints of La Rioja #BABD0C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.84%

 BLUE value IS 12 (5.08% from 255) = 3.1%

R = 48.06%
G = 48.84%
B = 3.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BABD0C (or 0xBABD0C) is known color: La Rioja. HEX triplet: BA, BD and 0C. RGB value is (186,189,12). Sum of RGB (Red+Green+Blue) = 186+189+12=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABD0C is #4542F3. Grayscale: #A8A8A8. Windows color (decimal): -4539124 or 835002. OLE color: 835002.

HSL color Cylindrical-coordinate representation of color #BABD0C: hue angle of 61.02º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BABD0C is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 189 12 -
CMYK 0.02 0 0.94 0.26
HSL 61.02º 0.88% 0.39% -
HSV(B) 61.02º 0.94% 0.74% -
XYZ 38.51 46.86 7.36 -
YUV 167.93 40.01 140.89 -
System Red Green Blue C M Y K H S L
Decimal 186 189 12 0.02 0 0.94 0.26 61.02 0.88 0.39
Hex BA BD C 2 0 5E 1A 3D 58 27
Octal 272 275 14 2 0 136 32 75 130 47
Binary 10111010 10111101 1100 10 0 1011110 11010 111101 1011000 100111

Color Harmonies of #BABD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD0C

Black with #BABD0C

Text Example


Text Example

White with #BABD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD0C; }

 p { color: rgb(186,189,12); }

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

background-color css

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

 a { background-color: rgb(186,189,12); }

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

border-color css

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

 span { border-color: rgb(186,189,12); }

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