Html Css Color HEX #BAF457 Conifer

📋 copy color: '#BAF457'

red 186 ◦ green 244 ◦ blue 87

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

Shades of Conifer #BAF457

Tints of Conifer #BAF457

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.2%

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

R = 35.98%
G = 47.2%
B = 16.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#BAF457 (or 0xBAF457) is known color: Conifer. HEX triplet: BA, F4 and 57. RGB value is (186,244,87). Sum of RGB (Red+Green+Blue) = 186+244+87=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 87 (34.38% from 255 or 16.83% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF457 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF457 is #450BA8. Grayscale: #D1D1D1. Windows color (decimal): -4524969 or 5764282. OLE color: 5764282.

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

Color convert

RGB 186 244 87 -
CMYK 0.24 0 0.64 0.04
HSL 82.17º 0.88% 0.65% -
HSV(B) 82.17º 0.64% 0.96% -
XYZ 54.32 75.83 20.79 -
YUV 208.76 59.28 111.77 -
System Red Green Blue C M Y K H S L
Decimal 186 244 87 0.24 0 0.64 0.04 82.17 0.88 0.65
Hex BA F4 57 18 0 40 4 52 58 41
Octal 272 364 127 30 0 100 4 122 130 101
Binary 10111010 11110100 1010111 11000 0 1000000 100 1010010 1011000 1000001

Color Harmonies of #BAF457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF457

Black with #BAF457

Text Example


Text Example

White with #BAF457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF457; }

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

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

background-color css

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

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

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

border-color css

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

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

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