Html Css Color HEX #BAE35E Conifer

📋 copy color: '#BAE35E'

red 186 ◦ green 227 ◦ blue 94

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

Shades of Conifer #BAE35E

Tints of Conifer #BAE35E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.77%

 BLUE value IS 94 (37.11% from 255) = 18.54%

R = 36.69%
G = 44.77%
B = 18.54%

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

#BAE35E (or 0xBAE35E) is known color: Conifer. HEX triplet: BA, E3 and 5E. RGB value is (186,227,94). Sum of RGB (Red+Green+Blue) = 186+227+94=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE35E is #451CA1. Grayscale: #C8C8C8. Windows color (decimal): -4529314 or 6218682. OLE color: 6218682.

HSL color Cylindrical-coordinate representation of color #BAE35E: hue angle of 78.5º degrees, saturation: 0.7, 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 #BAE35E is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 94 -
CMYK 0.18 0 0.59 0.11
HSL 78.5º 0.7% 0.63% -
HSV(B) 78.5º 0.59% 0.89% -
XYZ 49.74 66.19 20.74 -
YUV 199.58 68.42 118.31 -
System Red Green Blue C M Y K H S L
Decimal 186 227 94 0.18 0 0.59 0.11 78.5 0.7 0.63
Hex BA E3 5E 12 0 3B B 4E 46 3F
Octal 272 343 136 22 0 73 13 116 106 77
Binary 10111010 11100011 1011110 10010 0 111011 1011 1001110 1000110 111111

Color Harmonies of #BAE35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE35E

Black with #BAE35E

Text Example


Text Example

White with #BAE35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE35E; }

 p { color: rgb(186,227,94); }

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

background-color css

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

 a { background-color: rgb(186,227,94); }

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

border-color css

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

 span { border-color: rgb(186,227,94); }

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