Html Css Color HEX #CBE096 Reef

📋 copy color: '#CBE096'

red 203 ◦ green 224 ◦ blue 150

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

Shades of Reef #CBE096

Tints of Reef #CBE096

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.82%

 BLUE value IS 150 (58.98% from 255) = 26%

R = 35.18%
G = 38.82%
B = 26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#CBE096 (or 0xCBE096) is known color: Reef. HEX triplet: CB, E0 and 96. RGB value is (203,224,150). Sum of RGB (Red+Green+Blue) = 203+224+150=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE096 is #341F69. Grayscale: #D1D1D1. Windows color (decimal): -3415914 or 9887947. OLE color: 9887947.

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

Color convert

RGB 203 224 150 -
CMYK 0.09 0 0.33 0.12
HSL 77.03º 0.54% 0.73% -
HSV(B) 77.03º 0.33% 0.88% -
XYZ 56.79 68.21 39.03 -
YUV 209.29 94.54 123.52 -
System Red Green Blue C M Y K H S L
Decimal 203 224 150 0.09 0 0.33 0.12 77.03 0.54 0.73
Hex CB E0 96 9 0 21 C 4D 36 49
Octal 313 340 226 11 0 41 14 115 66 111
Binary 11001011 11100000 10010110 1001 0 100001 1100 1001101 110110 1001001

Color Harmonies of #CBE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE096

Black with #CBE096

Text Example


Text Example

White with #CBE096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE096; }

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

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

background-color css

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

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

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

border-color css

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

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

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