Html Css Color HEX #BEED93 Reef

📋 copy color: '#BEED93'

red 190 ◦ green 237 ◦ blue 147

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

Shades of Reef #BEED93

Tints of Reef #BEED93

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.29%

 BLUE value IS 147 (57.81% from 255) = 25.61%

R = 33.1%
G = 41.29%
B = 25.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#BEED93 (or 0xBEED93) is known color: Reef. HEX triplet: BE, ED and 93. RGB value is (190,237,147). Sum of RGB (Red+Green+Blue) = 190+237+147=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEED93 is #41126C. Grayscale: #D5D5D5. Windows color (decimal): -4264557 or 9694654. OLE color: 9694654.

HSL color Cylindrical-coordinate representation of color #BEED93: hue angle of 91.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEED93 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 237 147 -
CMYK 0.20 0 0.38 0.07
HSL 91.33º 0.71% 0.75% -
HSV(B) 91.33º 0.38% 0.93% -
XYZ 56.79 73.62 38.82 -
YUV 212.69 90.93 111.82 -
System Red Green Blue C M Y K H S L
Decimal 190 237 147 0.20 0 0.38 0.07 91.33 0.71 0.75
Hex BE ED 93 14 0 26 7 5B 47 4B
Octal 276 355 223 24 0 46 7 133 107 113
Binary 10111110 11101101 10010011 10100 0 100110 111 1011011 1000111 1001011

Color Harmonies of #BEED93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEED93

Black with #BEED93

Text Example


Text Example

White with #BEED93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEED93; }

 p { color: rgb(190,237,147); }

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

background-color css

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

 a { background-color: rgb(190,237,147); }

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

border-color css

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

 span { border-color: rgb(190,237,147); }

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