Html Css Color HEX #BAEE49 Conifer

📋 copy color: '#BAEE49'

red 186 ◦ green 238 ◦ blue 73

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

Shades of Conifer #BAEE49

Tints of Conifer #BAEE49

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.89%

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

R = 37.42%
G = 47.89%
B = 14.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#BAEE49 (or 0xBAEE49) is known color: Conifer. HEX triplet: BA, EE and 49. RGB value is (186,238,73). Sum of RGB (Red+Green+Blue) = 186+238+73=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEE49 is #4511B6. Grayscale: #CCCCCC. Windows color (decimal): -4526519 or 4845242. OLE color: 4845242.

HSL color Cylindrical-coordinate representation of color #BAEE49: hue angle of 78.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAEE49 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 73 -
CMYK 0.22 0 0.69 0.07
HSL 78.91º 0.83% 0.61% -
HSV(B) 78.91º 0.69% 0.93% -
XYZ 52.03 72.07 17.47 -
YUV 203.64 54.27 115.42 -
System Red Green Blue C M Y K H S L
Decimal 186 238 73 0.22 0 0.69 0.07 78.91 0.83 0.61
Hex BA EE 49 16 0 45 7 4F 53 3D
Octal 272 356 111 26 0 105 7 117 123 75
Binary 10111010 11101110 1001001 10110 0 1000101 111 1001111 1010011 111101

Color Harmonies of #BAEE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEE49

Black with #BAEE49

Text Example


Text Example

White with #BAEE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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