Html Css Color HEX #BABD0D La Rioja

📋 copy color: '#BABD0D'

red 186 ◦ green 189 ◦ blue 13

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

Shades of La Rioja #BABD0D

Tints of La Rioja #BABD0D

RGB

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

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

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

R = 47.94%
G = 48.71%
B = 3.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BABD0D (or 0xBABD0D) is known color: La Rioja. HEX triplet: BA, BD and 0D. RGB value is (186,189,13). Sum of RGB (Red+Green+Blue) = 186+189+13=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABD0D is #4542F2. Grayscale: #A8A8A8. Windows color (decimal): -4539123 or 900538. OLE color: 900538.

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

Color convert

RGB 186 189 13 -
CMYK 0.02 0 0.93 0.26
HSL 61.02º 0.87% 0.4% -
HSV(B) 61.02º 0.93% 0.74% -
XYZ 38.52 46.86 7.4 -
YUV 168.04 40.51 140.81 -
System Red Green Blue C M Y K H S L
Decimal 186 189 13 0.02 0 0.93 0.26 61.02 0.87 0.4
Hex BA BD D 2 0 5D 1A 3D 57 28
Octal 272 275 15 2 0 135 32 75 127 50
Binary 10111010 10111101 1101 10 0 1011101 11010 111101 1010111 101000

Color Harmonies of #BABD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD0D

Black with #BABD0D

Text Example


Text Example

White with #BABD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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