Html Css Color HEX #CBE696 Reef

📋 copy color: '#CBE696'

red 203 ◦ green 230 ◦ blue 150

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

Shades of Reef #CBE696

Tints of Reef #CBE696

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.45%

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

R = 34.82%
G = 39.45%
B = 25.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#CBE696 (or 0xCBE696) is known color: Reef. HEX triplet: CB, E6 and 96. RGB value is (203,230,150). Sum of RGB (Red+Green+Blue) = 203+230+150=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE696 is #341969. Grayscale: #D5D5D5. Windows color (decimal): -3414378 or 9889483. OLE color: 9889483.

HSL color Cylindrical-coordinate representation of color #CBE696: hue angle of 80.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBE696 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 150 -
CMYK 0.12 0 0.35 0.10
HSL 80.25º 0.62% 0.75% -
HSV(B) 80.25º 0.35% 0.9% -
XYZ 58.43 71.49 39.57 -
YUV 212.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 203 230 150 0.12 0 0.35 0.10 80.25 0.62 0.75
Hex CB E6 96 C 0 23 A 50 3E 4B
Octal 313 346 226 14 0 43 12 120 76 113
Binary 11001011 11100110 10010110 1100 0 100011 1010 1010000 111110 1001011

Color Harmonies of #CBE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE696

Black with #CBE696

Text Example


Text Example

White with #CBE696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE696; }

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

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

background-color css

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

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

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

border-color css

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

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

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