#CBE094

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

Shades of Reef #CBE094

Tints of Reef #CBE094

Color information

#CBE094 (or 0xCBE094) is unknown color: approx Reef. HEX triplet: CB, E0 and 94. RGB value is (203,224,148). Sum of RGB (Red+Green+Blue) = 203+224+148=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE094 is #341F6B. Grayscale: #D1D1D1. Windows color (decimal): -3415916 or 9756875. OLE color: 9756875.

HSL color Cylindrical-coordinate representation of color #CBE094: hue angle of 76.58º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBE094 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB203224148-
CMYK0.0900.340.12
HSL76.58º55.07%72.94%-
HSV(B)76.58º33.93%87.84%-
XYZ56.6368.1538.19-
YUV209.0693.54123.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 224 (87.89% from 255) = 38.96%
BLUE value IS 148 (58.20% from 255) = 25.74%
R=35.30%
G=38.96%
B=25.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032241480.0900.340.1276.5855.0772.94
HexCBE0949022C4d3749
Octal313340224110421411567111
Binary11001011111000001001010010010100010110010011011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE094; }

 p { color: rgb(203,224,148); }

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

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

 a { background-color: rgb(203,224,148); }

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

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

 span { border-color: rgb(203,224,148); }

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