Html Css Color HEX #BAF349 Conifer

📋 copy color: '#BAF349'

red 186 ◦ green 243 ◦ blue 73

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

Shades of Conifer #BAF349

Tints of Conifer #BAF349

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.41%

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

R = 37.05%
G = 48.41%
B = 14.54%

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

#BAF349 (or 0xBAF349) is known color: Conifer. HEX triplet: BA, F3 and 49. RGB value is (186,243,73). Sum of RGB (Red+Green+Blue) = 186+243+73=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF349 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF349 is #450CB6. Grayscale: #CFCFCF. Windows color (decimal): -4525239 or 4846522. OLE color: 4846522.

HSL color Cylindrical-coordinate representation of color #BAF349: hue angle of 80.12º degrees, saturation: 0.88, 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 #BAF349 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 73 -
CMYK 0.23 0 0.70 0.05
HSL 80.12º 0.88% 0.62% -
HSV(B) 80.12º 0.7% 0.95% -
XYZ 53.5 75.02 17.96 -
YUV 206.58 52.62 113.32 -
System Red Green Blue C M Y K H S L
Decimal 186 243 73 0.23 0 0.70 0.05 80.12 0.88 0.62
Hex BA F3 49 17 0 46 5 50 58 3E
Octal 272 363 111 27 0 106 5 120 130 76
Binary 10111010 11110011 1001001 10111 0 1000110 101 1010000 1011000 111110

Color Harmonies of #BAF349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF349

Black with #BAF349

Text Example


Text Example

White with #BAF349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF349; }

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

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

background-color css

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

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

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

border-color css

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

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

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