Html Css Color HEX #BAE148 Conifer

📋 copy color: '#BAE148'

red 186 ◦ green 225 ◦ blue 72

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

Shades of Conifer #BAE148

Tints of Conifer #BAE148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.91%

R = 38.51%
G = 46.58%
B = 14.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#BAE148 (or 0xBAE148) is known color: Conifer. HEX triplet: BA, E1 and 48. RGB value is (186,225,72). Sum of RGB (Red+Green+Blue) = 186+225+72=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE148 is #451EB7. Grayscale: #C4C4C4. Windows color (decimal): -4529848 or 4776378. OLE color: 4776378.

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

Color convert

RGB 186 225 72 -
CMYK 0.17 0 0.68 0.12
HSL 75.29º 0.72% 0.58% -
HSV(B) 75.29º 0.68% 0.88% -
XYZ 48.34 64.76 16.08 -
YUV 195.9 58.08 120.94 -
System Red Green Blue C M Y K H S L
Decimal 186 225 72 0.17 0 0.68 0.12 75.29 0.72 0.58
Hex BA E1 48 11 0 44 C 4B 48 3A
Octal 272 341 110 21 0 104 14 113 110 72
Binary 10111010 11100001 1001000 10001 0 1000100 1100 1001011 1001000 111010

Color Harmonies of #BAE148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE148

Black with #BAE148

Text Example


Text Example

White with #BAE148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE148; }

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

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

background-color css

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

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

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

border-color css

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

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

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