#CBDB95

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

Shades of Reef #CBDB95

Tints of Reef #CBDB95

Color information

#CBDB95 (or 0xCBDB95) is unknown color: approx Reef. HEX triplet: CB, DB and 95. RGB value is (203,219,149). Sum of RGB (Red+Green+Blue) = 203+219+149=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDB95 is #34246A. Grayscale: #CECECE. Windows color (decimal): -3417195 or 9821131. OLE color: 9821131.

HSL color Cylindrical-coordinate representation of color #CBDB95: hue angle of 73.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBDB95 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB203219149-
CMYK0.0700.320.14
HSL73.71º49.3%72.16%-
HSV(B)73.71º31.96%85.88%-
XYZ55.3865.5338.16-
YUV206.2495.7125.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 219 (85.94% from 255) = 38.35%
BLUE value IS 149 (58.59% from 255) = 26.09%
R=35.55%
G=38.35%
B=26.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032191490.0700.320.1473.7149.372.16
HexCBDB957020E4a3148
Octal31333322570401611261110
Binary1100101111011011100101011110100000111010010101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDB95; }

 p { color: rgb(203,219,149); }

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

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

 a { background-color: rgb(203,219,149); }

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

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

 span { border-color: rgb(203,219,149); }

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