#CBDC9F

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

Shades of Reef #CBDC9F

Tints of Reef #CBDC9F

Color information

#CBDC9F (or 0xCBDC9F) is unknown color: approx Reef. HEX triplet: CB, DC and 9F. RGB value is (203,220,159). Sum of RGB (Red+Green+Blue) = 203+220+159=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 159 (62.5% from 255 or 27.32% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDC9F is #342360. Grayscale: #D0D0D0. Windows color (decimal): -3416929 or 10476747. OLE color: 10476747.

HSL color Cylindrical-coordinate representation of color #CBDC9F: hue angle of 76.72º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBDC9F is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB203220159-
CMYK0.0800.280.14
HSL76.72º46.56%74.31%-
HSV(B)76.72º27.73%86.27%-
XYZ56.4866.3942.64-
YUV207.96100.37124.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 220 (86.33% from 255) = 37.80%
BLUE value IS 159 (62.5% from 255) = 27.32%
R=34.88%
G=37.80%
B=27.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032201590.0800.280.1476.7246.5674.31
HexCBDC9F801CE4d2f4a
Octal313334237100341611557112
Binary1100101111011100100111111000011100111010011011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDC9F; }

 p { color: rgb(203,220,159); }

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

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

 a { background-color: rgb(203,220,159); }

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

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

 span { border-color: rgb(203,220,159); }

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