Html Css Color HEX #BACC04 La Rioja

📋 copy color: '#BACC04'

red 186 ◦ green 204 ◦ blue 4

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

Shades of La Rioja #BACC04

Tints of La Rioja #BACC04

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.78%

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

R = 47.21%
G = 51.78%
B = 1.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#BACC04 (or 0xBACC04) is known color: La Rioja. HEX triplet: BA, CC and 04. RGB value is (186,204,4). Sum of RGB (Red+Green+Blue) = 186+204+4=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACC04 is #4533FB. Grayscale: #B0B0B0. Windows color (decimal): -4535292 or 314554. OLE color: 314554.

HSL color Cylindrical-coordinate representation of color #BACC04: hue angle of 65.4º 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 #BACC04 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 204 4 -
CMYK 0.09 0 0.98 0.2
HSL 65.4º 0.96% 0.41% -
HSV(B) 65.4º 0.98% 0.8% -
XYZ 41.86 53.63 8.26 -
YUV 175.82 31.04 135.26 -
System Red Green Blue C M Y K H S L
Decimal 186 204 4 0.09 0 0.98 0.2 65.4 0.96 0.41
Hex BA CC 4 9 0 62 14 41 60 29
Octal 272 314 4 11 0 142 24 101 140 51
Binary 10111010 11001100 100 1001 0 1100010 10100 1000001 1100000 101001

Color Harmonies of #BACC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC04

Black with #BACC04

Text Example


Text Example

White with #BACC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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