Html Css Color HEX #BAEC64 Conifer

📋 copy color: '#BAEC64'

red 186 ◦ green 236 ◦ blue 100

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

Shades of Conifer #BAEC64

Tints of Conifer #BAEC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.16%

R = 35.63%
G = 45.21%
B = 19.16%

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

#BAEC64 (or 0xBAEC64) is known color: Conifer. HEX triplet: BA, EC and 64. RGB value is (186,236,100). Sum of RGB (Red+Green+Blue) = 186+236+100=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC64 is #45139B. Grayscale: #CECECE. Windows color (decimal): -4527004 or 6614202. OLE color: 6614202.

HSL color Cylindrical-coordinate representation of color #BAEC64: hue angle of 82.06º 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 #BAEC64 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 100 -
CMYK 0.21 0 0.58 0.07
HSL 82.06º 0.78% 0.66% -
HSV(B) 82.06º 0.58% 0.93% -
XYZ 52.55 71.35 23.06 -
YUV 205.55 68.44 114.06 -
System Red Green Blue C M Y K H S L
Decimal 186 236 100 0.21 0 0.58 0.07 82.06 0.78 0.66
Hex BA EC 64 15 0 3A 7 52 4E 42
Octal 272 354 144 25 0 72 7 122 116 102
Binary 10111010 11101100 1100100 10101 0 111010 111 1010010 1001110 1000010

Color Harmonies of #BAEC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC64

Black with #BAEC64

Text Example


Text Example

White with #BAEC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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