Html Css Color HEX #BEE982 Sulu

📋 copy color: '#BEE982'

red 190 ◦ green 233 ◦ blue 130

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

Shades of Sulu #BEE982

Tints of Sulu #BEE982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.13%

 BLUE value IS 130 (51.17% from 255) = 23.51%

R = 34.36%
G = 42.13%
B = 23.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#BEE982 (or 0xBEE982) is known color: Sulu. HEX triplet: BE, E9 and 82. RGB value is (190,233,130). Sum of RGB (Red+Green+Blue) = 190+233+130=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEE982 is #41167D. Grayscale: #D0D0D0. Windows color (decimal): -4265598 or 8579518. OLE color: 8579518.

HSL color Cylindrical-coordinate representation of color #BEE982: hue angle of 85.05º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEE982 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 233 130 -
CMYK 0.18 0 0.44 0.09
HSL 85.05º 0.7% 0.71% -
HSV(B) 85.05º 0.44% 0.91% -
XYZ 54.4 70.84 31.92 -
YUV 208.4 83.75 114.88 -
System Red Green Blue C M Y K H S L
Decimal 190 233 130 0.18 0 0.44 0.09 85.05 0.7 0.71
Hex BE E9 82 12 0 2C 9 55 46 47
Octal 276 351 202 22 0 54 11 125 106 107
Binary 10111110 11101001 10000010 10010 0 101100 1001 1010101 1000110 1000111

Color Harmonies of #BEE982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE982

Black with #BEE982

Text Example


Text Example

White with #BEE982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE982; }

 p { color: rgb(190,233,130); }

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

background-color css

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

 a { background-color: rgb(190,233,130); }

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

border-color css

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

 span { border-color: rgb(190,233,130); }

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