#B5DC62

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

Shades of Conifer #B5DC62

Tints of Conifer #B5DC62

Color information

#B5DC62 (or 0xB5DC62) is unknown color: approx Conifer. HEX triplet: B5, DC and 62. RGB value is (181,220,98). Sum of RGB (Red+Green+Blue) = 181+220+98=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC62 is #4A239D. Grayscale: #C2C2C2. Windows color (decimal): -4858782 or 6479029. OLE color: 6479029.

HSL color Cylindrical-coordinate representation of color #B5DC62: hue angle of 79.18º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5DC62 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB18122098-
CMYK0.1800.550.14
HSL79.18º63.54%62.35%-
HSV(B)79.18º55.45%86.27%-
XYZ46.8561.8921.03-
YUV194.4373.58118.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 220 (86.33% from 255) = 44.09%
BLUE value IS 98 (38.67% from 255) = 19.64%
R=36.27%
G=44.09%
B=19.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal181220980.1800.550.1479.1863.5462.35
HexB5DC6212037E4f403e
Octal265334142220671611710076
Binary10110101110111001100010100100110111111010011111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DC62; }

 p { color: rgb(181,220,98); }

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

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

 a { background-color: rgb(181,220,98); }

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

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

 span { border-color: rgb(181,220,98); }

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