Html Css Color HEX #BACE05 La Rioja

📋 copy color: '#BACE05'

red 186 ◦ green 206 ◦ blue 5

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

Shades of La Rioja #BACE05

Tints of La Rioja #BACE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 46.85%
G = 51.89%
B = 1.26%

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

#BACE05 (or 0xBACE05) is known color: La Rioja. HEX triplet: BA, CE and 05. RGB value is (186,206,5). Sum of RGB (Red+Green+Blue) = 186+206+5=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACE05 is #4531FA. Grayscale: #B1B1B1. Windows color (decimal): -4534779 or 380602. OLE color: 380602.

HSL color Cylindrical-coordinate representation of color #BACE05: hue angle of 65.97º degrees, saturation: 0.95, 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 #BACE05 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 5 -
CMYK 0.10 0 0.98 0.19
HSL 65.97º 0.95% 0.41% -
HSV(B) 65.97º 0.98% 0.81% -
XYZ 42.35 54.59 8.45 -
YUV 177.11 30.87 134.34 -
System Red Green Blue C M Y K H S L
Decimal 186 206 5 0.10 0 0.98 0.19 65.97 0.95 0.41
Hex BA CE 5 A 0 62 13 42 5F 29
Octal 272 316 5 12 0 142 23 102 137 51
Binary 10111010 11001110 101 1010 0 1100010 10011 1000010 1011111 101001

Color Harmonies of #BACE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE05

Black with #BACE05

Text Example


Text Example

White with #BACE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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