Html Css Color HEX #BEE396 Reef

📋 copy color: '#BEE396'

red 190 ◦ green 227 ◦ blue 150

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

Shades of Reef #BEE396

Tints of Reef #BEE396

RGB

 RED value IS 190 (74.61% from 255) = 33.51%

 GREEN value IS 227 (89.06% from 255) = 40.04%

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

R = 33.51%
G = 40.04%
B = 26.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#BEE396 (or 0xBEE396) is known color: Reef. HEX triplet: BE, E3 and 96. RGB value is (190,227,150). Sum of RGB (Red+Green+Blue) = 190+227+150=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE396 is #411C69. Grayscale: #CFCFCF. Windows color (decimal): -4267114 or 9888702. OLE color: 9888702.

HSL color Cylindrical-coordinate representation of color #BEE396: hue angle of 88.83º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEE396 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 227 150 -
CMYK 0.16 0 0.34 0.11
HSL 88.83º 0.58% 0.74% -
HSV(B) 88.83º 0.34% 0.89% -
XYZ 54.21 68.09 39.14 -
YUV 207.16 95.74 115.76 -
System Red Green Blue C M Y K H S L
Decimal 190 227 150 0.16 0 0.34 0.11 88.83 0.58 0.74
Hex BE E3 96 10 0 22 B 59 3A 4A
Octal 276 343 226 20 0 42 13 131 72 112
Binary 10111110 11100011 10010110 10000 0 100010 1011 1011001 111010 1001010

Color Harmonies of #BEE396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE396

Black with #BEE396

Text Example


Text Example

White with #BEE396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE396; }

 p { color: rgb(190,227,150); }

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

background-color css

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

 a { background-color: rgb(190,227,150); }

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

border-color css

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

 span { border-color: rgb(190,227,150); }

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