#B8DC42

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

Shades of Conifer #B8DC42

Tints of Conifer #B8DC42

Color information

#B8DC42 (or 0xB8DC42) is unknown color: approx Conifer. HEX triplet: B8, DC and 42. RGB value is (184,220,66). Sum of RGB (Red+Green+Blue) = 184+220+66=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DC42 is #4723BD. Grayscale: #C0C0C0. Windows color (decimal): -4662206 or 4381880. OLE color: 4381880.

HSL color Cylindrical-coordinate representation of color #B8DC42: hue angle of 74.03º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8DC42 is Cyan = 0.16, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB18422066-
CMYK0.1600.70.14
HSL74.03º68.75%56.08%-
HSV(B)74.03º70%86.27%-
XYZ46.3461.7714.63-
YUV191.6857.07122.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 220 (86.33% from 255) = 46.81%
BLUE value IS 66 (26.17% from 255) = 14.04%
R=39.15%
G=46.81%
B=14.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal184220660.1600.70.1474.0368.7556.08
HexB8DC4210046E4a4538
Octal2703341022001061611210570
Binary101110001101110010000101000001000110111010010101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DC42; }

 p { color: rgb(184,220,66); }

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

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

 a { background-color: rgb(184,220,66); }

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

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

 span { border-color: rgb(184,220,66); }

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