Html Css Color HEX #BAC002 La Rioja

📋 copy color: '#BAC002'

red 186 ◦ green 192 ◦ blue 2

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

Shades of La Rioja #BAC002

Tints of La Rioja #BAC002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.53%

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

R = 48.95%
G = 50.53%
B = 0.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BAC002 (or 0xBAC002) is known color: La Rioja. HEX triplet: BA, C0 and 02. RGB value is (186,192,2). Sum of RGB (Red+Green+Blue) = 186+192+2=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC002 is #453FFD. Grayscale: #A9A9A9. Windows color (decimal): -4538366 or 180410. OLE color: 180410.

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

Color convert

RGB 186 192 2 -
CMYK 0.03 0 0.99 0.25
HSL 61.89º 0.98% 0.38% -
HSV(B) 61.89º 0.99% 0.75% -
XYZ 39.11 48.14 7.29 -
YUV 168.55 34.01 140.45 -
System Red Green Blue C M Y K H S L
Decimal 186 192 2 0.03 0 0.99 0.25 61.89 0.98 0.38
Hex BA C0 2 3 0 63 19 3E 62 26
Octal 272 300 2 3 0 143 31 76 142 46
Binary 10111010 11000000 10 11 0 1100011 11001 111110 1100010 100110

Color Harmonies of #BAC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC002

Black with #BAC002

Text Example


Text Example

White with #BAC002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC002; }

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

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

background-color css

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

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

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

border-color css

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

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

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