Html Css Color HEX #BAEC50 Conifer

📋 copy color: '#BAEC50'

red 186 ◦ green 236 ◦ blue 80

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

Shades of Conifer #BAEC50

Tints of Conifer #BAEC50

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.01%

 BLUE value IS 80 (31.64% from 255) = 15.94%

R = 37.05%
G = 47.01%
B = 15.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#BAEC50 (or 0xBAEC50) is known color: Conifer. HEX triplet: BA, EC and 50. RGB value is (186,236,80). Sum of RGB (Red+Green+Blue) = 186+236+80=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC50 is #4513AF. Grayscale: #CBCBCB. Windows color (decimal): -4527024 or 5303482. OLE color: 5303482.

HSL color Cylindrical-coordinate representation of color #BAEC50: hue angle of 79.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAEC50 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 80 -
CMYK 0.21 0 0.66 0.07
HSL 79.23º 0.8% 0.62% -
HSV(B) 79.23º 0.66% 0.93% -
XYZ 51.69 71.01 18.57 -
YUV 203.27 58.44 115.68 -
System Red Green Blue C M Y K H S L
Decimal 186 236 80 0.21 0 0.66 0.07 79.23 0.8 0.62
Hex BA EC 50 15 0 42 7 4F 50 3E
Octal 272 354 120 25 0 102 7 117 120 76
Binary 10111010 11101100 1010000 10101 0 1000010 111 1001111 1010000 111110

Color Harmonies of #BAEC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC50

Black with #BAEC50

Text Example


Text Example

White with #BAEC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC50; }

 p { color: rgb(186,236,80); }

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

background-color css

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

 a { background-color: rgb(186,236,80); }

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

border-color css

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

 span { border-color: rgb(186,236,80); }

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