#CBDD98

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

Shades of Reef #CBDD98

Tints of Reef #CBDD98

Color information

#CBDD98 (or 0xCBDD98) is unknown color: approx Reef. HEX triplet: CB, DD and 98. RGB value is (203,221,152). Sum of RGB (Red+Green+Blue) = 203+221+152=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDD98 is #342267. Grayscale: #D0D0D0. Windows color (decimal): -3416680 or 10018251. OLE color: 10018251.

HSL color Cylindrical-coordinate representation of color #CBDD98: hue angle of 75.65º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBDD98 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB203221152-
CMYK0.0800.310.13
HSL75.65º50.36%73.14%-
HSV(B)75.65º31.22%86.67%-
XYZ56.1566.6839.62-
YUV207.7596.54124.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 152 (59.77% from 255) = 26.39%
R=35.24%
G=38.37%
B=26.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211520.0800.310.1375.6550.3673.14
HexCBDD98801FD4c3249
Octal313335230100371511462111
Binary1100101111011101100110001000011111110110011001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD98; }

 p { color: rgb(203,221,152); }

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

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

 a { background-color: rgb(203,221,152); }

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

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

 span { border-color: rgb(203,221,152); }

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