Html Css Color HEX #BAEB5E Conifer

📋 copy color: '#BAEB5E'

red 186 ◦ green 235 ◦ blue 94

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

Shades of Conifer #BAEB5E

Tints of Conifer #BAEB5E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.63%

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

R = 36.12%
G = 45.63%
B = 18.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#BAEB5E (or 0xBAEB5E) is known color: Conifer. HEX triplet: BA, EB and 5E. RGB value is (186,235,94). Sum of RGB (Red+Green+Blue) = 186+235+94=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEB5E is #4514A1. Grayscale: #CCCCCC. Windows color (decimal): -4527266 or 6220730. OLE color: 6220730.

HSL color Cylindrical-coordinate representation of color #BAEB5E: hue angle of 80.85º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAEB5E is Cyan = 0.21, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 94 -
CMYK 0.21 0 0.6 0.08
HSL 80.85º 0.78% 0.65% -
HSV(B) 80.85º 0.6% 0.92% -
XYZ 51.98 70.66 21.49 -
YUV 204.28 65.77 114.96 -
System Red Green Blue C M Y K H S L
Decimal 186 235 94 0.21 0 0.6 0.08 80.85 0.78 0.65
Hex BA EB 5E 15 0 3C 8 51 4E 41
Octal 272 353 136 25 0 74 10 121 116 101
Binary 10111010 11101011 1011110 10101 0 111100 1000 1010001 1001110 1000001

Color Harmonies of #BAEB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEB5E

Black with #BAEB5E

Text Example


Text Example

White with #BAEB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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