Html Css Color HEX #BACE04 La Rioja

📋 copy color: '#BACE04'

red 186 ◦ green 206 ◦ blue 4

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

Shades of La Rioja #BACE04

Tints of La Rioja #BACE04

RGB

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

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

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

R = 46.97%
G = 52.02%
B = 1.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#BACE04 (or 0xBACE04) is known color: La Rioja. HEX triplet: BA, CE and 04. RGB value is (186,206,4). Sum of RGB (Red+Green+Blue) = 186+206+4=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACE04 is #4531FB. Grayscale: #B1B1B1. Windows color (decimal): -4534780 or 315066. OLE color: 315066.

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

Color convert

RGB 186 206 4 -
CMYK 0.10 0 0.98 0.19
HSL 65.94º 0.96% 0.41% -
HSV(B) 65.94º 0.98% 0.81% -
XYZ 42.34 54.59 8.42 -
YUV 176.99 30.37 134.43 -
System Red Green Blue C M Y K H S L
Decimal 186 206 4 0.10 0 0.98 0.19 65.94 0.96 0.41
Hex BA CE 4 A 0 62 13 42 60 29
Octal 272 316 4 12 0 142 23 102 140 51
Binary 10111010 11001110 100 1010 0 1100010 10011 1000010 1100000 101001

Color Harmonies of #BACE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE04

Black with #BACE04

Text Example


Text Example

White with #BACE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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