Html Css Color HEX #BAF059 Conifer

📋 copy color: '#BAF059'

red 186 ◦ green 240 ◦ blue 89

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

Shades of Conifer #BAF059

Tints of Conifer #BAF059

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.6%

 BLUE value IS 89 (35.16% from 255) = 17.28%

R = 36.12%
G = 46.6%
B = 17.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#BAF059 (or 0xBAF059) is known color: Conifer. HEX triplet: BA, F0 and 59. RGB value is (186,240,89). Sum of RGB (Red+Green+Blue) = 186+240+89=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 89 (35.16% from 255 or 17.28% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF059 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF059 is #450FA6. Grayscale: #CFCFCF. Windows color (decimal): -4525991 or 5894330. OLE color: 5894330.

HSL color Cylindrical-coordinate representation of color #BAF059: hue angle of 81.46º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAF059 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 89 -
CMYK 0.22 0 0.63 0.06
HSL 81.46º 0.83% 0.65% -
HSV(B) 81.46º 0.63% 0.94% -
XYZ 53.21 73.48 20.83 -
YUV 206.64 61.61 113.28 -
System Red Green Blue C M Y K H S L
Decimal 186 240 89 0.22 0 0.63 0.06 81.46 0.83 0.65
Hex BA F0 59 16 0 3F 6 51 53 41
Octal 272 360 131 26 0 77 6 121 123 101
Binary 10111010 11110000 1011001 10110 0 111111 110 1010001 1010011 1000001

Color Harmonies of #BAF059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF059

Black with #BAF059

Text Example


Text Example

White with #BAF059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF059; }

 p { color: rgb(186,240,89); }

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

background-color css

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

 a { background-color: rgb(186,240,89); }

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

border-color css

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

 span { border-color: rgb(186,240,89); }

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