Html Css Color HEX #BAEC40 Conifer

📋 copy color: '#BAEC40'

red 186 ◦ green 236 ◦ blue 64

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

Shades of Conifer #BAEC40

Tints of Conifer #BAEC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.17%

R = 38.27%
G = 48.56%
B = 13.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#BAEC40 (or 0xBAEC40) is known color: Conifer. HEX triplet: BA, EC and 40. RGB value is (186,236,64). Sum of RGB (Red+Green+Blue) = 186+236+64=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 64 (25.39% from 255 or 13.17% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEC40 is #4513BF. Grayscale: #CACACA. Windows color (decimal): -4527040 or 4254906. OLE color: 4254906.

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

Color convert

RGB 186 236 64 -
CMYK 0.21 0 0.73 0.07
HSL 77.44º 0.82% 0.59% -
HSV(B) 77.44º 0.73% 0.93% -
XYZ 51.17 70.8 15.82 -
YUV 201.44 50.44 116.99 -
System Red Green Blue C M Y K H S L
Decimal 186 236 64 0.21 0 0.73 0.07 77.44 0.82 0.59
Hex BA EC 40 15 0 49 7 4D 52 3B
Octal 272 354 100 25 0 111 7 115 122 73
Binary 10111010 11101100 1000000 10101 0 1001001 111 1001101 1010010 111011

Color Harmonies of #BAEC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC40

Black with #BAEC40

Text Example


Text Example

White with #BAEC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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