Html Css Color HEX #BAF556 Conifer

📋 copy color: '#BAF556'

red 186 ◦ green 245 ◦ blue 86

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

Shades of Conifer #BAF556

Tints of Conifer #BAF556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.63%

R = 35.98%
G = 47.39%
B = 16.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#BAF556 (or 0xBAF556) is known color: Conifer. HEX triplet: BA, F5 and 56. RGB value is (186,245,86). Sum of RGB (Red+Green+Blue) = 186+245+86=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF556 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF556 is #450AA9. Grayscale: #D1D1D1. Windows color (decimal): -4524714 or 5699002. OLE color: 5699002.

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

Color convert

RGB 186 245 86 -
CMYK 0.24 0 0.65 0.04
HSL 82.26º 0.89% 0.65% -
HSV(B) 82.26º 0.65% 0.96% -
XYZ 54.58 76.42 20.68 -
YUV 209.23 58.45 111.43 -
System Red Green Blue C M Y K H S L
Decimal 186 245 86 0.24 0 0.65 0.04 82.26 0.89 0.65
Hex BA F5 56 18 0 41 4 52 59 41
Octal 272 365 126 30 0 101 4 122 131 101
Binary 10111010 11110101 1010110 11000 0 1000001 100 1010010 1011001 1000001

Color Harmonies of #BAF556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF556

Black with #BAF556

Text Example


Text Example

White with #BAF556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF556; }

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

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

background-color css

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

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

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

border-color css

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

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

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