Html Css Color HEX #BAE85D Conifer

📋 copy color: '#BAE85D'

red 186 ◦ green 232 ◦ blue 93

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

Shades of Conifer #BAE85D

Tints of Conifer #BAE85D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.4%

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

R = 36.4%
G = 45.4%
B = 18.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#BAE85D (or 0xBAE85D) is known color: Conifer. HEX triplet: BA, E8 and 5D. RGB value is (186,232,93). Sum of RGB (Red+Green+Blue) = 186+232+93=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE85D is #4517A2. Grayscale: #CACACA. Windows color (decimal): -4528035 or 6154426. OLE color: 6154426.

HSL color Cylindrical-coordinate representation of color #BAE85D: hue angle of 79.86º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAE85D is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 93 -
CMYK 0.20 0 0.60 0.09
HSL 79.86º 0.75% 0.64% -
HSV(B) 79.86º 0.6% 0.91% -
XYZ 51.08 68.94 20.97 -
YUV 202.4 66.26 116.3 -
System Red Green Blue C M Y K H S L
Decimal 186 232 93 0.20 0 0.60 0.09 79.86 0.75 0.64
Hex BA E8 5D 14 0 3C 9 50 4B 40
Octal 272 350 135 24 0 74 11 120 113 100
Binary 10111010 11101000 1011101 10100 0 111100 1001 1010000 1001011 1000000

Color Harmonies of #BAE85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE85D

Black with #BAE85D

Text Example


Text Example

White with #BAE85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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