Html Css Color HEX #BAE960 Conifer

📋 copy color: '#BAE960'

red 186 ◦ green 233 ◦ blue 96

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

Shades of Conifer #BAE960

Tints of Conifer #BAE960

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.24%

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

R = 36.12%
G = 45.24%
B = 18.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#BAE960 (or 0xBAE960) is known color: Conifer. HEX triplet: BA, E9 and 60. RGB value is (186,233,96). Sum of RGB (Red+Green+Blue) = 186+233+96=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE960 is #45169F. Grayscale: #CBCBCB. Windows color (decimal): -4527776 or 6351290. OLE color: 6351290.

HSL color Cylindrical-coordinate representation of color #BAE960: hue angle of 80.58º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAE960 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 96 -
CMYK 0.20 0 0.59 0.09
HSL 80.58º 0.76% 0.65% -
HSV(B) 80.58º 0.59% 0.91% -
XYZ 51.5 69.56 21.78 -
YUV 203.33 67.43 115.64 -
System Red Green Blue C M Y K H S L
Decimal 186 233 96 0.20 0 0.59 0.09 80.58 0.76 0.65
Hex BA E9 60 14 0 3B 9 51 4C 41
Octal 272 351 140 24 0 73 11 121 114 101
Binary 10111010 11101001 1100000 10100 0 111011 1001 1010001 1001100 1000001

Color Harmonies of #BAE960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE960

Black with #BAE960

Text Example


Text Example

White with #BAE960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE960; }

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

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

background-color css

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

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

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

border-color css

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

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

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