#CBDF9A

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

Shades of Reef #CBDF9A

Tints of Reef #CBDF9A

Color information

#CBDF9A (or 0xCBDF9A) is unknown color: approx Reef. HEX triplet: CB, DF and 9A. RGB value is (203,223,154). Sum of RGB (Red+Green+Blue) = 203+223+154=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDF9A is #342065. Grayscale: #D1D1D1. Windows color (decimal): -3416166 or 10149835. OLE color: 10149835.

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

Color convert

RGB203223154-
CMYK0.0900.310.13
HSL77.39º51.88%73.92%-
HSV(B)77.39º30.94%87.45%-
XYZ56.8567.840.66-
YUV209.1596.87123.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 154 (60.55% from 255) = 26.55%
R=35%
G=38.45%
B=26.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032231540.0900.310.1377.3951.8873.92
HexCBDF9A901FD4d344a
Octal313337232110371511564112
Binary1100101111011111100110101001011111110110011011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDF9A; }

 p { color: rgb(203,223,154); }

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

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

 a { background-color: rgb(203,223,154); }

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

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

 span { border-color: rgb(203,223,154); }

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