#CBDA96

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

Shades of Reef #CBDA96

Tints of Reef #CBDA96

Color information

#CBDA96 (or 0xCBDA96) is unknown color: approx Reef. HEX triplet: CB, DA and 96. RGB value is (203,218,150). Sum of RGB (Red+Green+Blue) = 203+218+150=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDA96 is #342569. Grayscale: #CECECE. Windows color (decimal): -3417450 or 9886411. OLE color: 9886411.

HSL color Cylindrical-coordinate representation of color #CBDA96: hue angle of 73.24º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBDA96 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB203218150-
CMYK0.0700.310.15
HSL73.24º47.89%72.16%-
HSV(B)73.24º31.19%85.49%-
XYZ55.2165.0438.5-
YUV205.7696.53126.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 150 (58.98% from 255) = 26.27%
R=35.55%
G=38.18%
B=26.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032181500.0700.310.1573.2447.8972.16
HexCBDA96701FF493048
Octal31333222670371711160110
Binary110010111101101010010110111011111111110010011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDA96; }

 p { color: rgb(203,218,150); }

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

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

 a { background-color: rgb(203,218,150); }

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

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

 span { border-color: rgb(203,218,150); }

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