#CBE29A

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

Shades of Reef #CBE29A

Tints of Reef #CBE29A

Color information

#CBE29A (or 0xCBE29A) is unknown color: approx Reef. HEX triplet: CB, E2 and 9A. RGB value is (203,226,154). Sum of RGB (Red+Green+Blue) = 203+226+154=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE29A is #341D65. Grayscale: #D3D3D3. Windows color (decimal): -3415398 or 10150603. OLE color: 10150603.

HSL color Cylindrical-coordinate representation of color #CBE29A: hue angle of 79.17º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBE29A is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB203226154-
CMYK0.1000.320.11
HSL79.17º55.38%74.51%-
HSV(B)79.17º31.86%88.63%-
XYZ57.6669.4240.93-
YUV210.9295.88122.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 226 (88.67% from 255) = 38.77%
BLUE value IS 154 (60.55% from 255) = 26.42%
R=34.82%
G=38.77%
B=26.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032261540.1000.320.1179.1755.3874.51
HexCBE29AA020B4f374b
Octal313342232120401311767113
Binary11001011111000101001101010100100000101110011111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE29A; }

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

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

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

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

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

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

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

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