Html Css Color HEX #BAF157 Conifer

📋 copy color: '#BAF157'

red 186 ◦ green 241 ◦ blue 87

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

Shades of Conifer #BAF157

Tints of Conifer #BAF157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.93%

R = 36.19%
G = 46.89%
B = 16.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#BAF157 (or 0xBAF157) is known color: Conifer. HEX triplet: BA, F1 and 57. RGB value is (186,241,87). Sum of RGB (Red+Green+Blue) = 186+241+87=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF157 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF157 is #450EA8. Grayscale: #CFCFCF. Windows color (decimal): -4525737 or 5763514. OLE color: 5763514.

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

Color convert

RGB 186 241 87 -
CMYK 0.23 0 0.64 0.05
HSL 81.43º 0.85% 0.64% -
HSV(B) 81.43º 0.64% 0.95% -
XYZ 53.43 74.04 20.49 -
YUV 207 60.28 113.02 -
System Red Green Blue C M Y K H S L
Decimal 186 241 87 0.23 0 0.64 0.05 81.43 0.85 0.64
Hex BA F1 57 17 0 40 5 51 55 40
Octal 272 361 127 27 0 100 5 121 125 100
Binary 10111010 11110001 1010111 10111 0 1000000 101 1010001 1010101 1000000

Color Harmonies of #BAF157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF157

Black with #BAF157

Text Example


Text Example

White with #BAF157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF157; }

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

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

background-color css

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

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

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

border-color css

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

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

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