Html Css Color HEX #BACD04 La Rioja

📋 copy color: '#BACD04'

red 186 ◦ green 205 ◦ blue 4

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

Shades of La Rioja #BACD04

Tints of La Rioja #BACD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 47.09%
G = 51.9%
B = 1.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#BACD04 (or 0xBACD04) is known color: La Rioja. HEX triplet: BA, CD and 04. RGB value is (186,205,4). Sum of RGB (Red+Green+Blue) = 186+205+4=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACD04 is #4532FB. Grayscale: #B1B1B1. Windows color (decimal): -4535036 or 314810. OLE color: 314810.

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

Color convert

RGB 186 205 4 -
CMYK 0.09 0 0.98 0.20
HSL 65.67º 0.96% 0.41% -
HSV(B) 65.67º 0.98% 0.8% -
XYZ 42.1 54.11 8.34 -
YUV 176.41 30.71 134.84 -
System Red Green Blue C M Y K H S L
Decimal 186 205 4 0.09 0 0.98 0.20 65.67 0.96 0.41
Hex BA CD 4 9 0 62 14 42 60 29
Octal 272 315 4 11 0 142 24 102 140 51
Binary 10111010 11001101 100 1001 0 1100010 10100 1000010 1100000 101001

Color Harmonies of #BACD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD04

Black with #BACD04

Text Example


Text Example

White with #BACD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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