#B3D14A

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

Shades of Conifer #B3D14A

Tints of Conifer #B3D14A

Color information

#B3D14A (or 0xB3D14A) is unknown color: approx Conifer. HEX triplet: B3, D1 and 4A. RGB value is (179,209,74). Sum of RGB (Red+Green+Blue) = 179+209+74=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #B3D14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D14A is #4C2EB5. Grayscale: #B9B9B9. Windows color (decimal): -4992694 or 4903347. OLE color: 4903347.

HSL color Cylindrical-coordinate representation of color #B3D14A: hue angle of 73.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3D14A is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB17920974-
CMYK0.1400.650.18
HSL73.33º59.47%55.49%-
HSV(B)73.33º64.59%81.96%-
XYZ42.6355.6814.98-
YUV184.6465.56123.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 209 (82.03% from 255) = 45.24%
BLUE value IS 74 (29.30% from 255) = 16.02%
R=38.74%
G=45.24%
B=16.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal179209740.1400.650.1873.3359.4755.49
HexB3D14AE04112493b37
Octal263321112160101221117367
Binary10110011110100011001010111001000001100101001001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D14A; }

 p { color: rgb(179,209,74); }

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

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

 a { background-color: rgb(179,209,74); }

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

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

 span { border-color: rgb(179,209,74); }

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