#B4D662

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

Shades of Conifer #B4D662

Tints of Conifer #B4D662

Color information

#B4D662 (or 0xB4D662) is unknown color: approx Conifer. HEX triplet: B4, D6 and 62. RGB value is (180,214,98). Sum of RGB (Red+Green+Blue) = 180+214+98=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D662 is #4B299D. Grayscale: #BFBFBF. Windows color (decimal): -4925854 or 6477492. OLE color: 6477492.

HSL color Cylindrical-coordinate representation of color #B4D662: hue angle of 77.59º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4D662 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB18021498-
CMYK0.1600.540.16
HSL77.59º58.59%61.18%-
HSV(B)77.59º54.21%83.92%-
XYZ45.0758.6820.51-
YUV190.6175.74120.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 214 (83.98% from 255) = 43.50%
BLUE value IS 98 (38.67% from 255) = 19.92%
R=36.59%
G=43.50%
B=19.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180214980.1600.540.1677.5958.5961.18
HexB4D66210036104e3b3d
Octal26432614220066201167375
Binary10110100110101101100010100000110110100001001110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D662; }

 p { color: rgb(180,214,98); }

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

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

 a { background-color: rgb(180,214,98); }

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

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

 span { border-color: rgb(180,214,98); }

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