#CBE19A

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

Shades of Reef #CBE19A

Tints of Reef #CBE19A

Color information

#CBE19A (or 0xCBE19A) is unknown color: approx Reef. HEX triplet: CB, E1 and 9A. RGB value is (203,225,154). Sum of RGB (Red+Green+Blue) = 203+225+154=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE19A is #341E65. Grayscale: #D2D2D2. Windows color (decimal): -3415654 or 10150347. OLE color: 10150347.

HSL color Cylindrical-coordinate representation of color #CBE19A: hue angle of 78.59º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBE19A is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB203225154-
CMYK0.1000.320.12
HSL78.59º54.2%74.31%-
HSV(B)78.59º31.56%88.24%-
XYZ57.3968.8840.84-
YUV210.3396.21122.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 225 (88.28% from 255) = 38.66%
BLUE value IS 154 (60.55% from 255) = 26.46%
R=34.88%
G=38.66%
B=26.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032251540.1000.320.1278.5954.274.31
HexCBE19AA020C4f364a
Octal313341232120401411766112
Binary11001011111000011001101010100100000110010011111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE19A; }

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

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

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

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

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

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

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

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