Html Css Color HEX #CBEB9D Reef

📋 copy color: '#CBEB9D'

red 203 ◦ green 235 ◦ blue 157

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

Shades of Reef #CBEB9D

Tints of Reef #CBEB9D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.5%

 BLUE value IS 157 (61.72% from 255) = 26.39%

R = 34.12%
G = 39.5%
B = 26.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#CBEB9D (or 0xCBEB9D) is known color: Reef. HEX triplet: CB, EB and 9D. RGB value is (203,235,157). Sum of RGB (Red+Green+Blue) = 203+235+157=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEB9D is #341462. Grayscale: #D8D8D8. Windows color (decimal): -3413091 or 10349515. OLE color: 10349515.

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

Color convert

RGB 203 235 157 -
CMYK 0.14 0 0.33 0.08
HSL 84.62º 0.66% 0.77% -
HSV(B) 84.62º 0.33% 0.92% -
XYZ 60.42 74.55 43.1 -
YUV 216.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 203 235 157 0.14 0 0.33 0.08 84.62 0.66 0.77
Hex CB EB 9D E 0 21 8 55 42 4D
Octal 313 353 235 16 0 41 10 125 102 115
Binary 11001011 11101011 10011101 1110 0 100001 1000 1010101 1000010 1001101

Color Harmonies of #CBEB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEB9D

Black with #CBEB9D

Text Example


Text Example

White with #CBEB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEB9D; }

 p { color: rgb(203,235,157); }

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

background-color css

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

 a { background-color: rgb(203,235,157); }

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

border-color css

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

 span { border-color: rgb(203,235,157); }

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