Html Css Color HEX #BAE449 Conifer

📋 copy color: '#BAE449'

red 186 ◦ green 228 ◦ blue 73

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

Shades of Conifer #BAE449

Tints of Conifer #BAE449

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.82%

 BLUE value IS 73 (28.91% from 255) = 14.99%

R = 38.19%
G = 46.82%
B = 14.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#BAE449 (or 0xBAE449) is known color: Conifer. HEX triplet: BA, E4 and 49. RGB value is (186,228,73). Sum of RGB (Red+Green+Blue) = 186+228+73=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE449 is #451BB6. Grayscale: #C6C6C6. Windows color (decimal): -4529079 or 4842682. OLE color: 4842682.

HSL color Cylindrical-coordinate representation of color #BAE449: hue angle of 76.26º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAE449 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 73 -
CMYK 0.18 0 0.68 0.11
HSL 76.26º 0.74% 0.59% -
HSV(B) 76.26º 0.68% 0.89% -
XYZ 49.2 66.41 16.53 -
YUV 197.77 57.59 119.6 -
System Red Green Blue C M Y K H S L
Decimal 186 228 73 0.18 0 0.68 0.11 76.26 0.74 0.59
Hex BA E4 49 12 0 44 B 4C 4A 3B
Octal 272 344 111 22 0 104 13 114 112 73
Binary 10111010 11100100 1001001 10010 0 1000100 1011 1001100 1001010 111011

Color Harmonies of #BAE449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE449

Black with #BAE449

Text Example


Text Example

White with #BAE449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE449; }

 p { color: rgb(186,228,73); }

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

background-color css

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

 a { background-color: rgb(186,228,73); }

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

border-color css

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

 span { border-color: rgb(186,228,73); }

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