Html Css Color HEX #BAF549 Conifer

📋 copy color: '#BAF549'

red 186 ◦ green 245 ◦ blue 73

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

Shades of Conifer #BAF549

Tints of Conifer #BAF549

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.61%

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

R = 36.9%
G = 48.61%
B = 14.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#BAF549 (or 0xBAF549) is known color: Conifer. HEX triplet: BA, F5 and 49. RGB value is (186,245,73). Sum of RGB (Red+Green+Blue) = 186+245+73=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF549 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF549 is #450AB6. Grayscale: #D0D0D0. Windows color (decimal): -4524727 or 4847034. OLE color: 4847034.

HSL color Cylindrical-coordinate representation of color #BAF549: hue angle of 80.58º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAF549 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 73 -
CMYK 0.24 0 0.70 0.04
HSL 80.58º 0.9% 0.62% -
HSV(B) 80.58º 0.7% 0.96% -
XYZ 54.1 76.22 18.16 -
YUV 207.75 51.95 112.49 -
System Red Green Blue C M Y K H S L
Decimal 186 245 73 0.24 0 0.70 0.04 80.58 0.9 0.62
Hex BA F5 49 18 0 46 4 51 5A 3E
Octal 272 365 111 30 0 106 4 121 132 76
Binary 10111010 11110101 1001001 11000 0 1000110 100 1010001 1011010 111110

Color Harmonies of #BAF549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF549

Black with #BAF549

Text Example


Text Example

White with #BAF549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF549; }

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

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

background-color css

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

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

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

border-color css

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

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

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