Html Css Color HEX #BAFA60 Conifer

📋 copy color: '#BAFA60'

red 186 ◦ green 250 ◦ blue 96

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

Shades of Conifer #BAFA60

Tints of Conifer #BAFA60

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.99%

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

R = 34.96%
G = 46.99%
B = 18.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#BAFA60 (or 0xBAFA60) is known color: Conifer. HEX triplet: BA, FA and 60. RGB value is (186,250,96). Sum of RGB (Red+Green+Blue) = 186+250+96=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA60 is #45059F. Grayscale: #D5D5D5. Windows color (decimal): -4523424 or 6355642. OLE color: 6355642.

HSL color Cylindrical-coordinate representation of color #BAFA60: hue angle of 84.94º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAFA60 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 250 96 -
CMYK 0.26 0 0.62 0.02
HSL 84.94º 0.94% 0.68% -
HSV(B) 84.94º 0.62% 0.98% -
XYZ 56.55 79.65 23.46 -
YUV 213.31 61.8 108.52 -
System Red Green Blue C M Y K H S L
Decimal 186 250 96 0.26 0 0.62 0.02 84.94 0.94 0.68
Hex BA FA 60 1A 0 3E 2 55 5E 44
Octal 272 372 140 32 0 76 2 125 136 104
Binary 10111010 11111010 1100000 11010 0 111110 10 1010101 1011110 1000100

Color Harmonies of #BAFA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA60

Black with #BAFA60

Text Example


Text Example

White with #BAFA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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