Html Css Color HEX #BACE02 La Rioja

📋 copy color: '#BACE02'

red 186 ◦ green 206 ◦ blue 2

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

Shades of La Rioja #BACE02

Tints of La Rioja #BACE02

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.28%

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

R = 47.21%
G = 52.28%
B = 0.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#BACE02 (or 0xBACE02) is known color: La Rioja. HEX triplet: BA, CE and 02. RGB value is (186,206,2). Sum of RGB (Red+Green+Blue) = 186+206+2=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACE02 is #4531FD. Grayscale: #B1B1B1. Windows color (decimal): -4534782 or 183994. OLE color: 183994.

HSL color Cylindrical-coordinate representation of color #BACE02: hue angle of 65.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BACE02 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 2 -
CMYK 0.10 0 0.99 0.19
HSL 65.88º 0.98% 0.41% -
HSV(B) 65.88º 0.99% 0.81% -
XYZ 42.33 54.59 8.36 -
YUV 176.76 29.37 134.59 -
System Red Green Blue C M Y K H S L
Decimal 186 206 2 0.10 0 0.99 0.19 65.88 0.98 0.41
Hex BA CE 2 A 0 63 13 42 62 29
Octal 272 316 2 12 0 143 23 102 142 51
Binary 10111010 11001110 10 1010 0 1100011 10011 1000010 1100010 101001

Color Harmonies of #BACE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE02

Black with #BACE02

Text Example


Text Example

White with #BACE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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