Html Css Color HEX #CBE794 Reef

📋 copy color: '#CBE794'

red 203 ◦ green 231 ◦ blue 148

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

Shades of Reef #CBE794

Tints of Reef #CBE794

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.69%

 BLUE value IS 148 (58.2% from 255) = 25.43%

R = 34.88%
G = 39.69%
B = 25.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#CBE794 (or 0xCBE794) is known color: Reef. HEX triplet: CB, E7 and 94. RGB value is (203,231,148). Sum of RGB (Red+Green+Blue) = 203+231+148=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE794 is #34186B. Grayscale: #D5D5D5. Windows color (decimal): -3414124 or 9758667. OLE color: 9758667.

HSL color Cylindrical-coordinate representation of color #CBE794: hue angle of 80.24º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBE794 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 231 148 -
CMYK 0.12 0 0.36 0.09
HSL 80.24º 0.63% 0.74% -
HSV(B) 80.24º 0.36% 0.91% -
XYZ 58.55 71.99 38.83 -
YUV 213.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 203 231 148 0.12 0 0.36 0.09 80.24 0.63 0.74
Hex CB E7 94 C 0 24 9 50 3F 4A
Octal 313 347 224 14 0 44 11 120 77 112
Binary 11001011 11100111 10010100 1100 0 100100 1001 1010000 111111 1001010

Color Harmonies of #CBE794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE794

Black with #CBE794

Text Example


Text Example

White with #CBE794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE794; }

 p { color: rgb(203,231,148); }

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

background-color css

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

 a { background-color: rgb(203,231,148); }

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

border-color css

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

 span { border-color: rgb(203,231,148); }

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