Html Css Color HEX #BAE05E Conifer

📋 copy color: '#BAE05E'

red 186 ◦ green 224 ◦ blue 94

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

Shades of Conifer #BAE05E

Tints of Conifer #BAE05E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.44%

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

R = 36.9%
G = 44.44%
B = 18.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#BAE05E (or 0xBAE05E) is known color: Conifer. HEX triplet: BA, E0 and 5E. RGB value is (186,224,94). Sum of RGB (Red+Green+Blue) = 186+224+94=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE05E is #451FA1. Grayscale: #C6C6C6. Windows color (decimal): -4530082 or 6217914. OLE color: 6217914.

HSL color Cylindrical-coordinate representation of color #BAE05E: hue angle of 77.54º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAE05E is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 94 -
CMYK 0.17 0 0.58 0.12
HSL 77.54º 0.68% 0.62% -
HSV(B) 77.54º 0.58% 0.88% -
XYZ 48.93 64.56 20.47 -
YUV 197.82 69.41 119.57 -
System Red Green Blue C M Y K H S L
Decimal 186 224 94 0.17 0 0.58 0.12 77.54 0.68 0.62
Hex BA E0 5E 11 0 3A C 4E 44 3E
Octal 272 340 136 21 0 72 14 116 104 76
Binary 10111010 11100000 1011110 10001 0 111010 1100 1001110 1000100 111110

Color Harmonies of #BAE05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE05E

Black with #BAE05E

Text Example


Text Example

White with #BAE05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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