Html Css Color HEX #BEE974 Sulu

📋 copy color: '#BEE974'

red 190 ◦ green 233 ◦ blue 116

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

Shades of Sulu #BEE974

Tints of Sulu #BEE974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.52%

R = 35.25%
G = 43.23%
B = 21.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#BEE974 (or 0xBEE974) is known color: Sulu. HEX triplet: BE, E9 and 74. RGB value is (190,233,116). Sum of RGB (Red+Green+Blue) = 190+233+116=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE974 is #41168B. Grayscale: #CFCFCF. Windows color (decimal): -4265612 or 7662014. OLE color: 7662014.

HSL color Cylindrical-coordinate representation of color #BEE974: hue angle of 82.05º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEE974 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 233 116 -
CMYK 0.18 0 0.50 0.09
HSL 82.05º 0.73% 0.68% -
HSV(B) 82.05º 0.5% 0.91% -
XYZ 53.53 70.49 27.31 -
YUV 206.81 76.75 116.01 -
System Red Green Blue C M Y K H S L
Decimal 190 233 116 0.18 0 0.50 0.09 82.05 0.73 0.68
Hex BE E9 74 12 0 32 9 52 49 44
Octal 276 351 164 22 0 62 11 122 111 104
Binary 10111110 11101001 1110100 10010 0 110010 1001 1010010 1001001 1000100

Color Harmonies of #BEE974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE974

Black with #BEE974

Text Example


Text Example

White with #BEE974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE974; }

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

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

background-color css

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

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

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

border-color css

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

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

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