#B4D545

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

Shades of Conifer #B4D545

Tints of Conifer #B4D545

Color information

#B4D545 (or 0xB4D545) is unknown color: approx Conifer. HEX triplet: B4, D5 and 45. RGB value is (180,213,69). Sum of RGB (Red+Green+Blue) = 180+213+69=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D545 is #4B2ABA. Grayscale: #BBBBBB. Windows color (decimal): -4926139 or 4576692. OLE color: 4576692.

HSL color Cylindrical-coordinate representation of color #B4D545: hue angle of 73.75º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4D545 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB18021369-
CMYK0.1500.680.16
HSL73.75º63.16%55.29%-
HSV(B)73.75º67.61%83.53%-
XYZ43.6957.7214.47-
YUV186.7261.57123.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 213 (83.59% from 255) = 46.10%
BLUE value IS 69 (27.34% from 255) = 14.94%
R=38.96%
G=46.10%
B=14.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180213690.1500.680.1673.7563.1655.29
HexB4D545F044104a3f37
Octal264325105170104201127767
Binary10110100110101011000101111101000100100001001010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D545; }

 p { color: rgb(180,213,69); }

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

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

 a { background-color: rgb(180,213,69); }

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

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

 span { border-color: rgb(180,213,69); }

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