#CBDA97

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

Shades of Reef #CBDA97

Tints of Reef #CBDA97

Color information

#CBDA97 (or 0xCBDA97) is unknown color: approx Reef. HEX triplet: CB, DA and 97. RGB value is (203,218,151). Sum of RGB (Red+Green+Blue) = 203+218+151=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 151 (59.38% from 255 or 26.40% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDA97 is #342568. Grayscale: #CECECE. Windows color (decimal): -3417449 or 9951947. OLE color: 9951947.

HSL color Cylindrical-coordinate representation of color #CBDA97: hue angle of 73.43º 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 #CBDA97 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB203218151-
CMYK0.0700.310.15
HSL73.43º47.52%72.35%-
HSV(B)73.43º30.73%85.49%-
XYZ55.2965.0738.92-
YUV205.8897.03125.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 151 (59.38% from 255) = 26.40%
R=35.49%
G=38.11%
B=26.40%

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
Decimal2032181510.0700.310.1573.4347.5272.35
HexCBDA97701FF493048
Octal31333222770371711160110
Binary110010111101101010010111111011111111110010011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDA97; }

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

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

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

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

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

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

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

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