Html Css Color HEX #BAF860 Conifer

📋 copy color: '#BAF860'

red 186 ◦ green 248 ◦ blue 96

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

Shades of Conifer #BAF860

Tints of Conifer #BAF860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.11%

R = 35.09%
G = 46.79%
B = 18.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#BAF860 (or 0xBAF860) is known color: Conifer. HEX triplet: BA, F8 and 60. RGB value is (186,248,96). Sum of RGB (Red+Green+Blue) = 186+248+96=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF860 is #45079F. Grayscale: #D4D4D4. Windows color (decimal): -4523936 or 6355130. OLE color: 6355130.

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

Color convert

RGB 186 248 96 -
CMYK 0.25 0 0.61 0.03
HSL 84.47º 0.92% 0.67% -
HSV(B) 84.47º 0.61% 0.97% -
XYZ 55.93 78.42 23.25 -
YUV 212.13 62.46 109.36 -
System Red Green Blue C M Y K H S L
Decimal 186 248 96 0.25 0 0.61 0.03 84.47 0.92 0.67
Hex BA F8 60 19 0 3D 3 54 5C 43
Octal 272 370 140 31 0 75 3 124 134 103
Binary 10111010 11111000 1100000 11001 0 111101 11 1010100 1011100 1000011

Color Harmonies of #BAF860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF860

Black with #BAF860

Text Example


Text Example

White with #BAF860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF860; }

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

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

background-color css

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

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

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

border-color css

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

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

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