Html Css Color HEX #BAE349 Conifer

📋 copy color: '#BAE349'

red 186 ◦ green 227 ◦ blue 73

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

Shades of Conifer #BAE349

Tints of Conifer #BAE349

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.71%

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

R = 38.27%
G = 46.71%
B = 15.02%

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

#BAE349 (or 0xBAE349) is known color: Conifer. HEX triplet: BA, E3 and 49. RGB value is (186,227,73). Sum of RGB (Red+Green+Blue) = 186+227+73=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE349 is #451CB6. Grayscale: #C5C5C5. Windows color (decimal): -4529335 or 4842426. OLE color: 4842426.

HSL color Cylindrical-coordinate representation of color #BAE349: hue angle of 75.97º degrees, saturation: 0.73, 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 #BAE349 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 73 -
CMYK 0.18 0 0.68 0.11
HSL 75.97º 0.73% 0.59% -
HSV(B) 75.97º 0.68% 0.89% -
XYZ 48.92 65.86 16.44 -
YUV 197.19 57.92 120.02 -
System Red Green Blue C M Y K H S L
Decimal 186 227 73 0.18 0 0.68 0.11 75.97 0.73 0.59
Hex BA E3 49 12 0 44 B 4C 49 3B
Octal 272 343 111 22 0 104 13 114 111 73
Binary 10111010 11100011 1001001 10010 0 1000100 1011 1001100 1001001 111011

Color Harmonies of #BAE349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE349

Black with #BAE349

Text Example


Text Example

White with #BAE349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE349; }

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

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

background-color css

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

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

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

border-color css

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

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

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