Html Css Color HEX #BAF858 Conifer

📋 copy color: '#BAF858'

red 186 ◦ green 248 ◦ blue 88

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

Shades of Conifer #BAF858

Tints of Conifer #BAF858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.86%

R = 35.63%
G = 47.51%
B = 16.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#BAF858 (or 0xBAF858) is known color: Conifer. HEX triplet: BA, F8 and 58. RGB value is (186,248,88). Sum of RGB (Red+Green+Blue) = 186+248+88=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF858 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF858 is #4507A7. Grayscale: #D3D3D3. Windows color (decimal): -4523944 or 5830842. OLE color: 5830842.

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

Color convert

RGB 186 248 88 -
CMYK 0.25 0 0.65 0.03
HSL 83.25º 0.92% 0.66% -
HSV(B) 83.25º 0.65% 0.97% -
XYZ 55.58 78.28 21.41 -
YUV 211.22 58.46 110.01 -
System Red Green Blue C M Y K H S L
Decimal 186 248 88 0.25 0 0.65 0.03 83.25 0.92 0.66
Hex BA F8 58 19 0 41 3 53 5C 42
Octal 272 370 130 31 0 101 3 123 134 102
Binary 10111010 11111000 1011000 11001 0 1000001 11 1010011 1011100 1000010

Color Harmonies of #BAF858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF858

Black with #BAF858

Text Example


Text Example

White with #BAF858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF858; }

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

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

background-color css

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

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

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

border-color css

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

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

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