#B3E760

Color #B3E760 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B3E760

Tints of Conifer #B3E760

Color information

#B3E760 (or 0xB3E760) is unknown color: approx Conifer. HEX triplet: B3, E7 and 60. RGB value is (179,231,96). Sum of RGB (Red+Green+Blue) = 179+231+96=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #B3E760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3E760 is #4C189F. Grayscale: #C8C8C8. Windows color (decimal): -4987040 or 6350771. OLE color: 6350771.

HSL color Cylindrical-coordinate representation of color #B3E760: hue angle of 83.11º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3E760 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB17923196-
CMYK0.2300.580.09
HSL83.11º73.77%64.12%-
HSV(B)83.11º58.44%90.59%-
XYZ49.2867.5821.51-
YUV200.0669.27112.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.38%
GREEN value IS 231 (90.62% from 255) = 45.65%
BLUE value IS 96 (37.89% from 255) = 18.97%
R=35.38%
G=45.65%
B=18.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal179231960.2300.580.0983.1173.7764.12
HexB3E7601703A9534a40
Octal2633471402707211123112100
Binary101100111110011111000001011101110101001101001110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E760; }

 p { color: rgb(179,231,96); }

 H1.HeaderClassName
 {
   color: #B3E760;
 }
 .AnyTagClassName
 {
   color: #B3E760;
 }
</style>
background-color css

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

 a { background-color: rgb(179,231,96); }

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

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

 span { border-color: rgb(179,231,96); }

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