Html Css Color HEX #BAF149 Conifer

📋 copy color: '#BAF149'

red 186 ◦ green 241 ◦ blue 73

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

Shades of Conifer #BAF149

Tints of Conifer #BAF149

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.2%

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

R = 37.2%
G = 48.2%
B = 14.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#BAF149 (or 0xBAF149) is known color: Conifer. HEX triplet: BA, F1 and 49. RGB value is (186,241,73). Sum of RGB (Red+Green+Blue) = 186+241+73=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF149 is #450EB6. Grayscale: #CECECE. Windows color (decimal): -4525751 or 4846010. OLE color: 4846010.

HSL color Cylindrical-coordinate representation of color #BAF149: hue angle of 79.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAF149 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 73 -
CMYK 0.23 0 0.70 0.05
HSL 79.64º 0.86% 0.62% -
HSV(B) 79.64º 0.7% 0.95% -
XYZ 52.91 73.83 17.77 -
YUV 205.4 53.28 114.16 -
System Red Green Blue C M Y K H S L
Decimal 186 241 73 0.23 0 0.70 0.05 79.64 0.86 0.62
Hex BA F1 49 17 0 46 5 50 56 3E
Octal 272 361 111 27 0 106 5 120 126 76
Binary 10111010 11110001 1001001 10111 0 1000110 101 1010000 1010110 111110

Color Harmonies of #BAF149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF149

Black with #BAF149

Text Example


Text Example

White with #BAF149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF149; }

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

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

background-color css

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

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

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

border-color css

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

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

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