Html Css Color HEX #BAF257 Conifer

📋 copy color: '#BAF257'

red 186 ◦ green 242 ◦ blue 87

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

Shades of Conifer #BAF257

Tints of Conifer #BAF257

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.99%

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

R = 36.12%
G = 46.99%
B = 16.89%

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

#BAF257 (or 0xBAF257) is known color: Conifer. HEX triplet: BA, F2 and 57. RGB value is (186,242,87). Sum of RGB (Red+Green+Blue) = 186+242+87=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF257 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF257 is #450DA8. Grayscale: #D0D0D0. Windows color (decimal): -4525481 or 5763770. OLE color: 5763770.

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

Color convert

RGB 186 242 87 -
CMYK 0.23 0 0.64 0.05
HSL 81.68º 0.86% 0.65% -
HSV(B) 81.68º 0.64% 0.95% -
XYZ 53.72 74.63 20.59 -
YUV 207.59 59.95 112.6 -
System Red Green Blue C M Y K H S L
Decimal 186 242 87 0.23 0 0.64 0.05 81.68 0.86 0.65
Hex BA F2 57 17 0 40 5 52 56 41
Octal 272 362 127 27 0 100 5 122 126 101
Binary 10111010 11110010 1010111 10111 0 1000000 101 1010010 1010110 1000001

Color Harmonies of #BAF257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF257

Black with #BAF257

Text Example


Text Example

White with #BAF257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF257; }

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

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

background-color css

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

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

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

border-color css

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

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

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