Html Css Color HEX #BAE35F Conifer

📋 copy color: '#BAE35F'

red 186 ◦ green 227 ◦ blue 95

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

Shades of Conifer #BAE35F

Tints of Conifer #BAE35F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.7%

R = 36.61%
G = 44.69%
B = 18.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#BAE35F (or 0xBAE35F) is known color: Conifer. HEX triplet: BA, E3 and 5F. RGB value is (186,227,95). Sum of RGB (Red+Green+Blue) = 186+227+95=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE35F is #451CA0. Grayscale: #C8C8C8. Windows color (decimal): -4529313 or 6284218. OLE color: 6284218.

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

Color convert

RGB 186 227 95 -
CMYK 0.18 0 0.58 0.11
HSL 78.64º 0.7% 0.63% -
HSV(B) 78.64º 0.58% 0.89% -
XYZ 49.78 66.2 20.98 -
YUV 199.69 68.92 118.23 -
System Red Green Blue C M Y K H S L
Decimal 186 227 95 0.18 0 0.58 0.11 78.64 0.7 0.63
Hex BA E3 5F 12 0 3A B 4F 46 3F
Octal 272 343 137 22 0 72 13 117 106 77
Binary 10111010 11100011 1011111 10010 0 111010 1011 1001111 1000110 111111

Color Harmonies of #BAE35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE35F

Black with #BAE35F

Text Example


Text Example

White with #BAE35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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