Html Css Color HEX #BACE06 La Rioja

📋 copy color: '#BACE06'

red 186 ◦ green 206 ◦ blue 6

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

Shades of La Rioja #BACE06

Tints of La Rioja #BACE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.51%

R = 46.73%
G = 51.76%
B = 1.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#BACE06 (or 0xBACE06) is known color: La Rioja. HEX triplet: BA, CE and 06. RGB value is (186,206,6). Sum of RGB (Red+Green+Blue) = 186+206+6=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACE06 is #4531F9. Grayscale: #B1B1B1. Windows color (decimal): -4534778 or 446138. OLE color: 446138.

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

Color convert

RGB 186 206 6 -
CMYK 0.10 0 0.97 0.19
HSL 66º 0.94% 0.42% -
HSV(B) 66º 0.97% 0.81% -
XYZ 42.35 54.59 8.48 -
YUV 177.22 31.37 134.26 -
System Red Green Blue C M Y K H S L
Decimal 186 206 6 0.10 0 0.97 0.19 66 0.94 0.42
Hex BA CE 6 A 0 61 13 42 5E 2A
Octal 272 316 6 12 0 141 23 102 136 52
Binary 10111010 11001110 110 1010 0 1100001 10011 1000010 1011110 101010

Color Harmonies of #BACE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE06

Black with #BACE06

Text Example


Text Example

White with #BACE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE06; }

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

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

background-color css

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

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

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

border-color css

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

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

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