Html Css Color HEX #BAE155 Conifer

📋 copy color: '#BAE155'

red 186 ◦ green 225 ◦ blue 85

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

Shades of Conifer #BAE155

Tints of Conifer #BAE155

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.36%

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

R = 37.5%
G = 45.36%
B = 17.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#BAE155 (or 0xBAE155) is known color: Conifer. HEX triplet: BA, E1 and 55. RGB value is (186,225,85). Sum of RGB (Red+Green+Blue) = 186+225+85=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE155 is #451EAA. Grayscale: #C5C5C5. Windows color (decimal): -4529835 or 5628346. OLE color: 5628346.

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

Color convert

RGB 186 225 85 -
CMYK 0.17 0 0.62 0.12
HSL 76.71º 0.7% 0.61% -
HSV(B) 76.71º 0.62% 0.88% -
XYZ 48.81 64.95 18.56 -
YUV 197.38 64.58 119.88 -
System Red Green Blue C M Y K H S L
Decimal 186 225 85 0.17 0 0.62 0.12 76.71 0.7 0.61
Hex BA E1 55 11 0 3E C 4D 46 3D
Octal 272 341 125 21 0 76 14 115 106 75
Binary 10111010 11100001 1010101 10001 0 111110 1100 1001101 1000110 111101

Color Harmonies of #BAE155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE155

Black with #BAE155

Text Example


Text Example

White with #BAE155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE155; }

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

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

background-color css

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

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

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

border-color css

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

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

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