#B3CF54

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

Shades of Conifer #B3CF54

Tints of Conifer #B3CF54

Color information

#B3CF54 (or 0xB3CF54) is unknown color: approx Conifer. HEX triplet: B3, CF and 54. RGB value is (179,207,84). Sum of RGB (Red+Green+Blue) = 179+207+84=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CF54 is #4C30AB. Grayscale: #B9B9B9. Windows color (decimal): -4993196 or 5558195. OLE color: 5558195.

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

Color convert

RGB17920784-
CMYK0.1400.590.19
HSL73.66º56.16%57.06%-
HSV(B)73.66º59.42%81.18%-
XYZ42.554.8516.73-
YUV184.6171.22124-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 207 (81.25% from 255) = 44.04%
BLUE value IS 84 (33.20% from 255) = 17.87%
R=38.09%
G=44.04%
B=17.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal179207840.1400.590.1973.6656.1657.06
HexB3CF54E03B134a3839
Octal26331712416073231127071
Binary1011001111001111101010011100111011100111001010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CF54; }

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

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

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

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

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

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

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

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