Html Css Color HEX #BAEC5D Conifer

📋 copy color: '#BAEC5D'

red 186 ◦ green 236 ◦ blue 93

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

Shades of Conifer #BAEC5D

Tints of Conifer #BAEC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.06%

R = 36.12%
G = 45.83%
B = 18.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#BAEC5D (or 0xBAEC5D) is known color: Conifer. HEX triplet: BA, EC and 5D. RGB value is (186,236,93). Sum of RGB (Red+Green+Blue) = 186+236+93=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC5D is #4513A2. Grayscale: #CDCDCD. Windows color (decimal): -4527011 or 6155450. OLE color: 6155450.

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

Color convert

RGB 186 236 93 -
CMYK 0.21 0 0.61 0.07
HSL 80.98º 0.79% 0.65% -
HSV(B) 80.98º 0.61% 0.93% -
XYZ 52.22 71.22 21.35 -
YUV 204.75 64.94 114.63 -
System Red Green Blue C M Y K H S L
Decimal 186 236 93 0.21 0 0.61 0.07 80.98 0.79 0.65
Hex BA EC 5D 15 0 3D 7 51 4F 41
Octal 272 354 135 25 0 75 7 121 117 101
Binary 10111010 11101100 1011101 10101 0 111101 111 1010001 1001111 1000001

Color Harmonies of #BAEC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC5D

Black with #BAEC5D

Text Example


Text Example

White with #BAEC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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