Html Css Color HEX #BAEC63 Conifer

📋 copy color: '#BAEC63'

red 186 ◦ green 236 ◦ blue 99

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

Shades of Conifer #BAEC63

Tints of Conifer #BAEC63

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.3%

 BLUE value IS 99 (39.06% from 255) = 19%

R = 35.7%
G = 45.3%
B = 19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#BAEC63 (or 0xBAEC63) is known color: Conifer. HEX triplet: BA, EC and 63. RGB value is (186,236,99). Sum of RGB (Red+Green+Blue) = 186+236+99=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC63 is #45139C. Grayscale: #CDCDCD. Windows color (decimal): -4527005 or 6548666. OLE color: 6548666.

HSL color Cylindrical-coordinate representation of color #BAEC63: hue angle of 81.9º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAEC63 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 99 -
CMYK 0.21 0 0.58 0.07
HSL 81.9º 0.78% 0.66% -
HSV(B) 81.9º 0.58% 0.93% -
XYZ 52.5 71.33 22.81 -
YUV 205.43 67.94 114.14 -
System Red Green Blue C M Y K H S L
Decimal 186 236 99 0.21 0 0.58 0.07 81.9 0.78 0.66
Hex BA EC 63 15 0 3A 7 52 4E 42
Octal 272 354 143 25 0 72 7 122 116 102
Binary 10111010 11101100 1100011 10101 0 111010 111 1010010 1001110 1000010

Color Harmonies of #BAEC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC63

Black with #BAEC63

Text Example


Text Example

White with #BAEC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC63; }

 p { color: rgb(186,236,99); }

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

background-color css

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

 a { background-color: rgb(186,236,99); }

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

border-color css

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

 span { border-color: rgb(186,236,99); }

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