Html Css Color HEX #BAEC55 Conifer

📋 copy color: '#BAEC55'

red 186 ◦ green 236 ◦ blue 85

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

Shades of Conifer #BAEC55

Tints of Conifer #BAEC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.77%

R = 36.69%
G = 46.55%
B = 16.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#BAEC55 (or 0xBAEC55) is known color: Conifer. HEX triplet: BA, EC and 55. RGB value is (186,236,85). Sum of RGB (Red+Green+Blue) = 186+236+85=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC55 is #4513AA. Grayscale: #CCCCCC. Windows color (decimal): -4527019 or 5631162. OLE color: 5631162.

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

Color convert

RGB 186 236 85 -
CMYK 0.21 0 0.64 0.07
HSL 79.87º 0.8% 0.63% -
HSV(B) 79.87º 0.64% 0.93% -
XYZ 51.88 71.09 19.58 -
YUV 203.84 60.94 115.28 -
System Red Green Blue C M Y K H S L
Decimal 186 236 85 0.21 0 0.64 0.07 79.87 0.8 0.63
Hex BA EC 55 15 0 40 7 50 50 3F
Octal 272 354 125 25 0 100 7 120 120 77
Binary 10111010 11101100 1010101 10101 0 1000000 111 1010000 1010000 111111

Color Harmonies of #BAEC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC55

Black with #BAEC55

Text Example


Text Example

White with #BAEC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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