Html Css Color HEX #BABC02 La Rioja

📋 copy color: '#BABC02'

red 186 ◦ green 188 ◦ blue 2

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

Shades of La Rioja #BABC02

Tints of La Rioja #BABC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 49.47%
G = 50%
B = 0.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BABC02 (or 0xBABC02) is known color: La Rioja. HEX triplet: BA, BC and 02. RGB value is (186,188,2). Sum of RGB (Red+Green+Blue) = 186+188+2=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABC02 is #4543FD. Grayscale: #A6A6A6. Windows color (decimal): -4539390 or 179386. OLE color: 179386.

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

Color convert

RGB 186 188 2 -
CMYK 0.01 0 0.99 0.26
HSL 60.65º 0.98% 0.37% -
HSV(B) 60.65º 0.99% 0.74% -
XYZ 38.24 46.41 7 -
YUV 166.2 35.34 142.12 -
System Red Green Blue C M Y K H S L
Decimal 186 188 2 0.01 0 0.99 0.26 60.65 0.98 0.37
Hex BA BC 2 1 0 63 1A 3D 62 25
Octal 272 274 2 1 0 143 32 75 142 45
Binary 10111010 10111100 10 1 0 1100011 11010 111101 1100010 100101

Color Harmonies of #BABC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC02

Black with #BABC02

Text Example


Text Example

White with #BABC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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