#D6EB9A

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

Shades of Reef #D6EB9A

Tints of Reef #D6EB9A

Color information

#D6EB9A (or 0xD6EB9A) is unknown color: approx Reef. HEX triplet: D6, EB and 9A. RGB value is (214,235,154). Sum of RGB (Red+Green+Blue) = 214+235+154=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EB9A is #291465. Grayscale: #DBDBDB. Windows color (decimal): -2692198 or 10152918. OLE color: 10152918.

HSL color Cylindrical-coordinate representation of color #D6EB9A: hue angle of 75.56º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6EB9A is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB214235154-
CMYK0.0900.340.08
HSL75.56º66.94%76.27%-
HSV(B)75.56º34.47%92.16%-
XYZ63.2776.0541.92-
YUV219.4991.04124.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.49%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 154 (60.55% from 255) = 25.54%
R=35.49%
G=38.97%
B=25.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142351540.0900.340.0875.5666.9476.27
HexD6EB9A902284c434c
Octal3263532321104210114103114
Binary110101101110101110011010100101000101000100110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EB9A; }

 p { color: rgb(214,235,154); }

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

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

 a { background-color: rgb(214,235,154); }

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

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

 span { border-color: rgb(214,235,154); }

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