Html Css Color HEX #BAF356 Conifer

📋 copy color: '#BAF356'

red 186 ◦ green 243 ◦ blue 86

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

Shades of Conifer #BAF356

Tints of Conifer #BAF356

RGB

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

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

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

R = 36.12%
G = 47.18%
B = 16.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#BAF356 (or 0xBAF356) is known color: Conifer. HEX triplet: BA, F3 and 56. RGB value is (186,243,86). Sum of RGB (Red+Green+Blue) = 186+243+86=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF356 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF356 is #450CA9. Grayscale: #D0D0D0. Windows color (decimal): -4525226 or 5698490. OLE color: 5698490.

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

Color convert

RGB 186 243 86 -
CMYK 0.23 0 0.65 0.05
HSL 81.78º 0.87% 0.65% -
HSV(B) 81.78º 0.65% 0.95% -
XYZ 53.98 75.21 20.48 -
YUV 208.06 59.12 112.27 -
System Red Green Blue C M Y K H S L
Decimal 186 243 86 0.23 0 0.65 0.05 81.78 0.87 0.65
Hex BA F3 56 17 0 41 5 52 57 41
Octal 272 363 126 27 0 101 5 122 127 101
Binary 10111010 11110011 1010110 10111 0 1000001 101 1010010 1010111 1000001

Color Harmonies of #BAF356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF356

Black with #BAF356

Text Example


Text Example

White with #BAF356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF356; }

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

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

background-color css

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

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

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

border-color css

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

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

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