#B3D55C

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

Shades of Conifer #B3D55C

Tints of Conifer #B3D55C

Color information

#B3D55C (or 0xB3D55C) is unknown color: approx Conifer. HEX triplet: B3, D5 and 5C. RGB value is (179,213,92). Sum of RGB (Red+Green+Blue) = 179+213+92=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D55C is #4C2AA3. Grayscale: #BDBDBD. Windows color (decimal): -4991652 or 6084019. OLE color: 6084019.

HSL color Cylindrical-coordinate representation of color #B3D55C: hue angle of 76.86º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3D55C is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB17921392-
CMYK0.1600.570.16
HSL76.86º59.02%59.8%-
HSV(B)76.86º56.81%83.53%-
XYZ44.3257.9418.97-
YUV189.0473.24120.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 213 (83.59% from 255) = 44.01%
BLUE value IS 92 (36.33% from 255) = 19.01%
R=36.98%
G=44.01%
B=19.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal179213920.1600.570.1676.8659.0259.8
HexB3D55C10039104d3b3c
Octal26332513420071201157374
Binary10110011110101011011100100000111001100001001101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D55C; }

 p { color: rgb(179,213,92); }

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

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

 a { background-color: rgb(179,213,92); }

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

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

 span { border-color: rgb(179,213,92); }

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