Html Css Color HEX #BACD00 La Rioja

📋 copy color: '#BACD00'

red 186 ◦ green 205 ◦ blue 0

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

Shades of La Rioja #BACD00

Tints of La Rioja #BACD00

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.43%

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

R = 47.57%
G = 52.43%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#BACD00 (or 0xBACD00) is known color: La Rioja. HEX triplet: BA, CD and 00. RGB value is (186,205,0). Sum of RGB (Red+Green+Blue) = 186+205+0=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACD00 is #4532FF. Grayscale: #B0B0B0. Windows color (decimal): -4535040 or 52666. OLE color: 52666.

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

Color convert

RGB 186 205 0 -
CMYK 0.09 0 1 0.20
HSL 65.56º 1% 0.4% -
HSV(B) 65.56º 1% 0.8% -
XYZ 42.08 54.1 8.22 -
YUV 175.95 28.71 135.17 -
System Red Green Blue C M Y K H S L
Decimal 186 205 0 0.09 0 1 0.20 65.56 1 0.4
Hex BA CD 0 9 0 64 14 42 64 28
Octal 272 315 0 11 0 144 24 102 144 50
Binary 10111010 11001101 0 1001 0 1100100 10100 1000010 1100100 101000

Color Harmonies of #BACD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD00

Black with #BACD00

Text Example


Text Example

White with #BACD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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