Html Css Color HEX #BAE153 Conifer

📋 copy color: '#BAE153'

red 186 ◦ green 225 ◦ blue 83

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

Shades of Conifer #BAE153

Tints of Conifer #BAE153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.8%

R = 37.65%
G = 45.55%
B = 16.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#BAE153 (or 0xBAE153) is known color: Conifer. HEX triplet: BA, E1 and 53. RGB value is (186,225,83). Sum of RGB (Red+Green+Blue) = 186+225+83=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE153 is #451EAC. Grayscale: #C5C5C5. Windows color (decimal): -4529837 or 5497274. OLE color: 5497274.

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

Color convert

RGB 186 225 83 -
CMYK 0.17 0 0.63 0.12
HSL 76.48º 0.7% 0.6% -
HSV(B) 76.48º 0.63% 0.88% -
XYZ 48.74 64.91 18.14 -
YUV 197.15 63.58 120.05 -
System Red Green Blue C M Y K H S L
Decimal 186 225 83 0.17 0 0.63 0.12 76.48 0.7 0.6
Hex BA E1 53 11 0 3F C 4C 46 3C
Octal 272 341 123 21 0 77 14 114 106 74
Binary 10111010 11100001 1010011 10001 0 111111 1100 1001100 1000110 111100

Color Harmonies of #BAE153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE153

Black with #BAE153

Text Example


Text Example

White with #BAE153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE153; }

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

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

background-color css

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

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

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

border-color css

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

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

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