#B4D83F

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

Shades of Conifer #B4D83F

Tints of Conifer #B4D83F

Color information

#B4D83F (or 0xB4D83F) is unknown color: approx Conifer. HEX triplet: B4, D8 and 3F. RGB value is (180,216,63). Sum of RGB (Red+Green+Blue) = 180+216+63=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D83F is #4B27C0. Grayscale: #BCBCBC. Windows color (decimal): -4925377 or 4184244. OLE color: 4184244.

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

Color convert

RGB18021663-
CMYK0.1700.710.15
HSL74.12º66.23%54.71%-
HSV(B)74.12º70.83%84.71%-
XYZ44.2859.1713.79-
YUV187.7957.57122.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 216 (84.77% from 255) = 47.06%
BLUE value IS 63 (25% from 255) = 13.73%
R=39.22%
G=47.06%
B=13.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal180216630.1700.710.1574.1266.2354.71
HexB4D83F11047F4a4237
Octal264330772101071711210267
Binary10110100110110001111111000101000111111110010101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D83F; }

 p { color: rgb(180,216,63); }

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

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

 a { background-color: rgb(180,216,63); }

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

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

 span { border-color: rgb(180,216,63); }

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