Html Css Color HEX #CBE194 Reef

📋 copy color: '#CBE194'

red 203 ◦ green 225 ◦ blue 148

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

Shades of Reef #CBE194

Tints of Reef #CBE194

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.06%

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

R = 35.24%
G = 39.06%
B = 25.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#CBE194 (or 0xCBE194) is known color: Reef. HEX triplet: CB, E1 and 94. RGB value is (203,225,148). Sum of RGB (Red+Green+Blue) = 203+225+148=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE194 is #341E6B. Grayscale: #D1D1D1. Windows color (decimal): -3415660 or 9757131. OLE color: 9757131.

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

Color convert

RGB 203 225 148 -
CMYK 0.10 0 0.34 0.12
HSL 77.14º 0.56% 0.73% -
HSV(B) 77.14º 0.34% 0.88% -
XYZ 56.9 68.69 38.28 -
YUV 209.64 93.21 123.26 -
System Red Green Blue C M Y K H S L
Decimal 203 225 148 0.10 0 0.34 0.12 77.14 0.56 0.73
Hex CB E1 94 A 0 22 C 4D 38 49
Octal 313 341 224 12 0 42 14 115 70 111
Binary 11001011 11100001 10010100 1010 0 100010 1100 1001101 111000 1001001

Color Harmonies of #CBE194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE194

Black with #CBE194

Text Example


Text Example

White with #CBE194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE194; }

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

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

background-color css

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

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

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

border-color css

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

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

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