#B3CF4D

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

Shades of Conifer #B3CF4D

Tints of Conifer #B3CF4D

Color information

#B3CF4D (or 0xB3CF4D) is unknown color: approx Conifer. HEX triplet: B3, CF and 4D. RGB value is (179,207,77). Sum of RGB (Red+Green+Blue) = 179+207+77=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CF4D is #4C30B2. Grayscale: #B8B8B8. Windows color (decimal): -4993203 or 5099443. OLE color: 5099443.

HSL color Cylindrical-coordinate representation of color #B3CF4D: hue angle of 72.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B3CF4D is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB17920777-
CMYK0.1400.630.19
HSL72.92º57.52%55.69%-
HSV(B)72.92º62.8%81.18%-
XYZ42.2454.7515.36-
YUV183.8167.72124.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 207 (81.25% from 255) = 44.71%
BLUE value IS 77 (30.47% from 255) = 16.63%
R=38.66%
G=44.71%
B=16.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal179207770.1400.630.1972.9257.5255.69
HexB3CF4DE03F13493a38
Octal26331711516077231117270
Binary1011001111001111100110111100111111100111001001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CF4D; }

 p { color: rgb(179,207,77); }

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

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

 a { background-color: rgb(179,207,77); }

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

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

 span { border-color: rgb(179,207,77); }

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