#B4D941

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

Shades of Conifer #B4D941

Tints of Conifer #B4D941

Color information

#B4D941 (or 0xB4D941) is unknown color: approx Conifer. HEX triplet: B4, D9 and 41. RGB value is (180,217,65). Sum of RGB (Red+Green+Blue) = 180+217+65=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D941 is #4B26BE. Grayscale: #BDBDBD. Windows color (decimal): -4925119 or 4315572. OLE color: 4315572.

HSL color Cylindrical-coordinate representation of color #B4D941: hue angle of 74.61º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4D941 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB18021765-
CMYK0.1700.700.15
HSL74.61º66.67%55.29%-
HSV(B)74.61º70.05%85.1%-
XYZ44.5959.7114.18-
YUV188.6158.24121.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 217 (85.16% from 255) = 46.97%
BLUE value IS 65 (25.78% from 255) = 14.07%
R=38.96%
G=46.97%
B=14.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal180217650.1700.700.1574.6166.6755.29
HexB4D94111046F4b4337
Octal2643311012101061711310367
Binary101101001101100110000011000101000110111110010111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D941; }

 p { color: rgb(180,217,65); }

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

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

 a { background-color: rgb(180,217,65); }

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

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

 span { border-color: rgb(180,217,65); }

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