Html Css Color HEX #CBE9AC Reef

📋 copy color: '#CBE9AC'

red 203 ◦ green 233 ◦ blue 172

#CBE9AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CBE9AC

Tints of Reef #CBE9AC

RGB

 RED value IS 203 (79.69% from 255) = 33.39%

 GREEN value IS 233 (91.41% from 255) = 38.32%

 BLUE value IS 172 (67.58% from 255) = 28.29%

R = 33.39%
G = 38.32%
B = 28.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#CBE9AC (or 0xCBE9AC) is known color: Reef. HEX triplet: CB, E9 and AC. RGB value is (203,233,172). Sum of RGB (Red+Green+Blue) = 203+233+172=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE9AC is #341653. Grayscale: #D9D9D9. Windows color (decimal): -3413588 or 11332043. OLE color: 11332043.

HSL color Cylindrical-coordinate representation of color #CBE9AC: hue angle of 89.51º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBE9AC is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 172 -
CMYK 0.13 0 0.26 0.09
HSL 89.51º 0.58% 0.79% -
HSV(B) 89.51º 0.26% 0.91% -
XYZ 61.21 73.95 50.08 -
YUV 217.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 203 233 172 0.13 0 0.26 0.09 89.51 0.58 0.79
Hex CB E9 AC D 0 1A 9 5A 3A 4F
Octal 313 351 254 15 0 32 11 132 72 117
Binary 11001011 11101001 10101100 1101 0 11010 1001 1011010 111010 1001111

Color Harmonies of #CBE9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE9AC

Black with #CBE9AC

Text Example


Text Example

White with #CBE9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE9AC; }

 p { color: rgb(203,233,172); }

 H1.HeaderClassName
 {
   color: #CBE9AC;
 }
 .AnyTagClassName
 {
   color: #CBE9AC;
 }
</style>

background-color css

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

 a { background-color: rgb(203,233,172); }

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

border-color css

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

 span { border-color: rgb(203,233,172); }

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