Html Css Color HEX #CBEC9C Reef

📋 copy color: '#CBEC9C'

red 203 ◦ green 236 ◦ blue 156

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

Shades of Reef #CBEC9C

Tints of Reef #CBEC9C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.66%

 BLUE value IS 156 (61.33% from 255) = 26.22%

R = 34.12%
G = 39.66%
B = 26.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#CBEC9C (or 0xCBEC9C) is known color: Reef. HEX triplet: CB, EC and 9C. RGB value is (203,236,156). Sum of RGB (Red+Green+Blue) = 203+236+156=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEC9C is #341363. Grayscale: #D9D9D9. Windows color (decimal): -3412836 or 10284235. OLE color: 10284235.

HSL color Cylindrical-coordinate representation of color #CBEC9C: hue angle of 84.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBEC9C is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 236 156 -
CMYK 0.14 0 0.34 0.07
HSL 84.75º 0.68% 0.77% -
HSV(B) 84.75º 0.34% 0.93% -
XYZ 60.62 75.09 42.75 -
YUV 217.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 203 236 156 0.14 0 0.34 0.07 84.75 0.68 0.77
Hex CB EC 9C E 0 22 7 55 44 4D
Octal 313 354 234 16 0 42 7 125 104 115
Binary 11001011 11101100 10011100 1110 0 100010 111 1010101 1000100 1001101

Color Harmonies of #CBEC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEC9C

Black with #CBEC9C

Text Example


Text Example

White with #CBEC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEC9C; }

 p { color: rgb(203,236,156); }

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

background-color css

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

 a { background-color: rgb(203,236,156); }

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

border-color css

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

 span { border-color: rgb(203,236,156); }

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