Html Css Color HEX #BAF859 Conifer

📋 copy color: '#BAF859'

red 186 ◦ green 248 ◦ blue 89

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

Shades of Conifer #BAF859

Tints of Conifer #BAF859

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.42%

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

R = 35.56%
G = 47.42%
B = 17.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#BAF859 (or 0xBAF859) is known color: Conifer. HEX triplet: BA, F8 and 59. RGB value is (186,248,89). Sum of RGB (Red+Green+Blue) = 186+248+89=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 89 (35.16% from 255 or 17.02% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF859 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF859 is #4507A6. Grayscale: #D3D3D3. Windows color (decimal): -4523943 or 5896378. OLE color: 5896378.

HSL color Cylindrical-coordinate representation of color #BAF859: hue angle of 83.4º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAF859 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 248 89 -
CMYK 0.25 0 0.64 0.03
HSL 83.4º 0.92% 0.66% -
HSV(B) 83.4º 0.64% 0.97% -
XYZ 55.62 78.3 21.63 -
YUV 211.34 58.96 109.93 -
System Red Green Blue C M Y K H S L
Decimal 186 248 89 0.25 0 0.64 0.03 83.4 0.92 0.66
Hex BA F8 59 19 0 40 3 53 5C 42
Octal 272 370 131 31 0 100 3 123 134 102
Binary 10111010 11111000 1011001 11001 0 1000000 11 1010011 1011100 1000010

Color Harmonies of #BAF859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF859

Black with #BAF859

Text Example


Text Example

White with #BAF859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF859; }

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

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

background-color css

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

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

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

border-color css

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

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

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