#84CB93

Color #84CB93 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #84CB93

Tints of De York #84CB93

Color information

#84CB93 (or 0x84CB93) is unknown color: approx De York. HEX triplet: 84, CB and 93. RGB value is (132,203,147). Sum of RGB (Red+Green+Blue) = 132+203+147=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CB93 is #7B346C. Grayscale: #AFAFAF. Windows color (decimal): -8074349 or 9685892. OLE color: 9685892.

HSL color Cylindrical-coordinate representation of color #84CB93: hue angle of 132.68º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CB93 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB132203147-
CMYK0.3500.280.20
HSL132.68º40.57%65.69%-
HSV(B)132.68º34.98%79.61%-
XYZ36.1449.7235.3-
YUV175.39111.9897.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 203 (79.69% from 255) = 42.12%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=27.39%
G=42.12%
B=30.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322031470.3500.280.20132.6840.5765.69
Hex84CB932301C14852942
Octal204313223430342420551102
Binary10000100110010111001001110001101110010100100001011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84CB93; }

 p { color: rgb(132,203,147); }

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

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

 a { background-color: rgb(132,203,147); }

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

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

 span { border-color: rgb(132,203,147); }

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