Html Css Color HEX #BACD01 La Rioja

📋 copy color: '#BACD01'

red 186 ◦ green 205 ◦ blue 1

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

Shades of La Rioja #BACD01

Tints of La Rioja #BACD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 47.45%
G = 52.3%
B = 0.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#BACD01 (or 0xBACD01) is known color: La Rioja. HEX triplet: BA, CD and 01. RGB value is (186,205,1). Sum of RGB (Red+Green+Blue) = 186+205+1=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACD01 is #4532FE. Grayscale: #B0B0B0. Windows color (decimal): -4535039 or 118202. OLE color: 118202.

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

Color convert

RGB 186 205 1 -
CMYK 0.09 0 1.00 0.20
HSL 65.59º 0.99% 0.4% -
HSV(B) 65.59º 1% 0.8% -
XYZ 42.09 54.1 8.25 -
YUV 176.06 29.21 135.09 -
System Red Green Blue C M Y K H S L
Decimal 186 205 1 0.09 0 1.00 0.20 65.59 0.99 0.4
Hex BA CD 1 9 0 64 14 42 63 28
Octal 272 315 1 11 0 144 24 102 143 50
Binary 10111010 11001101 1 1001 0 1100100 10100 1000010 1100011 101000

Color Harmonies of #BACD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD01

Black with #BACD01

Text Example


Text Example

White with #BACD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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