#CBEA98

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

Shades of Reef #CBEA98

Tints of Reef #CBEA98

Color information

#CBEA98 (or 0xCBEA98) is unknown color: approx Reef. HEX triplet: CB, EA and 98. RGB value is (203,234,152). Sum of RGB (Red+Green+Blue) = 203+234+152=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEA98 is #341567. Grayscale: #D7D7D7. Windows color (decimal): -3413352 or 10021579. OLE color: 10021579.

HSL color Cylindrical-coordinate representation of color #CBEA98: hue angle of 82.68º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBEA98 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB203234152-
CMYK0.1300.350.08
HSL82.68º66.13%75.69%-
HSV(B)82.68º35.04%91.76%-
XYZ59.7273.8140.8-
YUV215.3892.23119.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.47%
GREEN value IS 234 (91.80% from 255) = 39.73%
BLUE value IS 152 (59.77% from 255) = 25.81%
R=34.47%
G=39.73%
B=25.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341520.1300.350.0882.6866.1375.69
HexCBEA98D023853424c
Octal3133522301504310123102114
Binary110010111110101010011000110101000111000101001110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEA98; }

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

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

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

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

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

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

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

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