Html Css Color HEX #BACE00 La Rioja

📋 copy color: '#BACE00'

red 186 ◦ green 206 ◦ blue 0

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

Shades of La Rioja #BACE00

Tints of La Rioja #BACE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.45%
G = 52.55%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#BACE00 (or 0xBACE00) is known color: La Rioja. HEX triplet: BA, CE and 00. RGB value is (186,206,0). Sum of RGB (Red+Green+Blue) = 186+206+0=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACE00 is #4531FF. Grayscale: #B1B1B1. Windows color (decimal): -4534784 or 52922. OLE color: 52922.

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

Color convert

RGB 186 206 0 -
CMYK 0.10 0 1 0.19
HSL 65.83º 1% 0.4% -
HSV(B) 65.83º 1% 0.81% -
XYZ 42.32 54.58 8.3 -
YUV 176.54 28.37 134.75 -
System Red Green Blue C M Y K H S L
Decimal 186 206 0 0.10 0 1 0.19 65.83 1 0.4
Hex BA CE 0 A 0 64 13 42 64 28
Octal 272 316 0 12 0 144 23 102 144 50
Binary 10111010 11001110 0 1010 0 1100100 10011 1000010 1100100 101000

Color Harmonies of #BACE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE00

Black with #BACE00

Text Example


Text Example

White with #BACE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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