Html Css Color HEX #BAE45D Conifer

📋 copy color: '#BAE45D'

red 186 ◦ green 228 ◦ blue 93

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

Shades of Conifer #BAE45D

Tints of Conifer #BAE45D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.97%

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

R = 36.69%
G = 44.97%
B = 18.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#BAE45D (or 0xBAE45D) is known color: Conifer. HEX triplet: BA, E4 and 5D. RGB value is (186,228,93). Sum of RGB (Red+Green+Blue) = 186+228+93=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE45D is #451BA2. Grayscale: #C8C8C8. Windows color (decimal): -4529059 or 6153402. OLE color: 6153402.

HSL color Cylindrical-coordinate representation of color #BAE45D: hue angle of 78.67º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAE45D is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 93 -
CMYK 0.18 0 0.59 0.11
HSL 78.67º 0.71% 0.63% -
HSV(B) 78.67º 0.59% 0.89% -
XYZ 49.97 66.72 20.6 -
YUV 200.05 67.59 117.98 -
System Red Green Blue C M Y K H S L
Decimal 186 228 93 0.18 0 0.59 0.11 78.67 0.71 0.63
Hex BA E4 5D 12 0 3B B 4F 47 3F
Octal 272 344 135 22 0 73 13 117 107 77
Binary 10111010 11100100 1011101 10010 0 111011 1011 1001111 1000111 111111

Color Harmonies of #BAE45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE45D

Black with #BAE45D

Text Example


Text Example

White with #BAE45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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