Html Css Color HEX #BAF559 Conifer

📋 copy color: '#BAF559'

red 186 ◦ green 245 ◦ blue 89

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

Shades of Conifer #BAF559

Tints of Conifer #BAF559

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.12%

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

R = 35.77%
G = 47.12%
B = 17.12%

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

#BAF559 (or 0xBAF559) is known color: Conifer. HEX triplet: BA, F5 and 59. RGB value is (186,245,89). Sum of RGB (Red+Green+Blue) = 186+245+89=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF559 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF559 is #450AA6. Grayscale: #D2D2D2. Windows color (decimal): -4524711 or 5895610. OLE color: 5895610.

HSL color Cylindrical-coordinate representation of color #BAF559: hue angle of 82.69º degrees, saturation: 0.89, 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 #BAF559 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 89 -
CMYK 0.24 0 0.64 0.04
HSL 82.69º 0.89% 0.65% -
HSV(B) 82.69º 0.64% 0.96% -
XYZ 54.71 76.47 21.33 -
YUV 209.58 59.95 111.18 -
System Red Green Blue C M Y K H S L
Decimal 186 245 89 0.24 0 0.64 0.04 82.69 0.89 0.65
Hex BA F5 59 18 0 40 4 53 59 41
Octal 272 365 131 30 0 100 4 123 131 101
Binary 10111010 11110101 1011001 11000 0 1000000 100 1010011 1011001 1000001

Color Harmonies of #BAF559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF559

Black with #BAF559

Text Example


Text Example

White with #BAF559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF559; }

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

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

background-color css

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

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

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

border-color css

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

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

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