Html Css Color HEX #BAE45A Conifer

📋 copy color: '#BAE45A'

red 186 ◦ green 228 ◦ blue 90

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

Shades of Conifer #BAE45A

Tints of Conifer #BAE45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.86%

R = 36.9%
G = 45.24%
B = 17.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#BAE45A (or 0xBAE45A) is known color: Conifer. HEX triplet: BA, E4 and 5A. RGB value is (186,228,90). Sum of RGB (Red+Green+Blue) = 186+228+90=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE45A is #451BA5. Grayscale: #C8C8C8. Windows color (decimal): -4529062 or 5956794. OLE color: 5956794.

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

Color convert

RGB 186 228 90 -
CMYK 0.18 0 0.61 0.11
HSL 78.26º 0.72% 0.62% -
HSV(B) 78.26º 0.61% 0.89% -
XYZ 49.84 66.66 19.91 -
YUV 199.71 66.09 118.22 -
System Red Green Blue C M Y K H S L
Decimal 186 228 90 0.18 0 0.61 0.11 78.26 0.72 0.62
Hex BA E4 5A 12 0 3D B 4E 48 3E
Octal 272 344 132 22 0 75 13 116 110 76
Binary 10111010 11100100 1011010 10010 0 111101 1011 1001110 1001000 111110

Color Harmonies of #BAE45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE45A

Black with #BAE45A

Text Example


Text Example

White with #BAE45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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