Html Css Color HEX #BAE855 Conifer

📋 copy color: '#BAE855'

red 186 ◦ green 232 ◦ blue 85

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

Shades of Conifer #BAE855

Tints of Conifer #BAE855

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.12%

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

R = 36.98%
G = 46.12%
B = 16.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#BAE855 (or 0xBAE855) is known color: Conifer. HEX triplet: BA, E8 and 55. RGB value is (186,232,85). Sum of RGB (Red+Green+Blue) = 186+232+85=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE855 is #4517AA. Grayscale: #CACACA. Windows color (decimal): -4528043 or 5630138. OLE color: 5630138.

HSL color Cylindrical-coordinate representation of color #BAE855: hue angle of 78.78º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAE855 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 85 -
CMYK 0.20 0 0.63 0.09
HSL 78.78º 0.76% 0.62% -
HSV(B) 78.78º 0.63% 0.91% -
XYZ 50.75 68.81 19.2 -
YUV 201.49 62.26 116.95 -
System Red Green Blue C M Y K H S L
Decimal 186 232 85 0.20 0 0.63 0.09 78.78 0.76 0.62
Hex BA E8 55 14 0 3F 9 4F 4C 3E
Octal 272 350 125 24 0 77 11 117 114 76
Binary 10111010 11101000 1010101 10100 0 111111 1001 1001111 1001100 111110

Color Harmonies of #BAE855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE855

Black with #BAE855

Text Example


Text Example

White with #BAE855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE855; }

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

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

background-color css

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

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

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

border-color css

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

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

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