Html Css Color HEX #BABC0D La Rioja

📋 copy color: '#BABC0D'

red 186 ◦ green 188 ◦ blue 13

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

Shades of La Rioja #BABC0D

Tints of La Rioja #BABC0D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.58%

 BLUE value IS 13 (5.47% from 255) = 3.36%

R = 48.06%
G = 48.58%
B = 3.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BABC0D (or 0xBABC0D) is known color: La Rioja. HEX triplet: BA, BC and 0D. RGB value is (186,188,13). Sum of RGB (Red+Green+Blue) = 186+188+13=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABC0D is #4543F2. Grayscale: #A8A8A8. Windows color (decimal): -4539379 or 900282. OLE color: 900282.

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

Color convert

RGB 186 188 13 -
CMYK 0.01 0 0.93 0.26
HSL 60.69º 0.87% 0.39% -
HSV(B) 60.69º 0.93% 0.74% -
XYZ 38.31 46.43 7.32 -
YUV 167.45 40.84 141.23 -
System Red Green Blue C M Y K H S L
Decimal 186 188 13 0.01 0 0.93 0.26 60.69 0.87 0.39
Hex BA BC D 1 0 5D 1A 3D 57 27
Octal 272 274 15 1 0 135 32 75 127 47
Binary 10111010 10111100 1101 1 0 1011101 11010 111101 1010111 100111

Color Harmonies of #BABC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC0D

Black with #BABC0D

Text Example


Text Example

White with #BABC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC0D; }

 p { color: rgb(186,188,13); }

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

background-color css

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

 a { background-color: rgb(186,188,13); }

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

border-color css

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

 span { border-color: rgb(186,188,13); }

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