Html Css Color HEX #BABF0B La Rioja

📋 copy color: '#BABF0B'

red 186 ◦ green 191 ◦ blue 11

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

Shades of La Rioja #BABF0B

Tints of La Rioja #BABF0B

RGB

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

 GREEN value IS 191 (75% from 255) = 49.23%

 BLUE value IS 11 (4.69% from 255) = 2.84%

R = 47.94%
G = 49.23%
B = 2.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BABF0B (or 0xBABF0B) is known color: La Rioja. HEX triplet: BA, BF and 0B. RGB value is (186,191,11). Sum of RGB (Red+Green+Blue) = 186+191+11=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABF0B is #4540F4. Grayscale: #A9A9A9. Windows color (decimal): -4538613 or 769978. OLE color: 769978.

HSL color Cylindrical-coordinate representation of color #BABF0B: hue angle of 61.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BABF0B is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 191 11 -
CMYK 0.03 0 0.94 0.25
HSL 61.67º 0.89% 0.4% -
HSV(B) 61.67º 0.94% 0.75% -
XYZ 38.94 47.72 7.48 -
YUV 168.99 38.84 140.14 -
System Red Green Blue C M Y K H S L
Decimal 186 191 11 0.03 0 0.94 0.25 61.67 0.89 0.4
Hex BA BF B 3 0 5E 19 3E 59 28
Octal 272 277 13 3 0 136 31 76 131 50
Binary 10111010 10111111 1011 11 0 1011110 11001 111110 1011001 101000

Color Harmonies of #BABF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABF0B

Black with #BABF0B

Text Example


Text Example

White with #BABF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABF0B; }

 p { color: rgb(186,191,11); }

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

background-color css

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

 a { background-color: rgb(186,191,11); }

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

border-color css

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

 span { border-color: rgb(186,191,11); }

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