Html Css Color HEX #BEE96C Sulu

📋 copy color: '#BEE96C'

red 190 ◦ green 233 ◦ blue 108

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

Shades of Sulu #BEE96C

Tints of Sulu #BEE96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.34%

R = 35.78%
G = 43.88%
B = 20.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#BEE96C (or 0xBEE96C) is known color: Sulu. HEX triplet: BE, E9 and 6C. RGB value is (190,233,108). Sum of RGB (Red+Green+Blue) = 190+233+108=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE96C is #411693. Grayscale: #CECECE. Windows color (decimal): -4265620 or 7137726. OLE color: 7137726.

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

Color convert

RGB 190 233 108 -
CMYK 0.18 0 0.54 0.09
HSL 80.64º 0.74% 0.67% -
HSV(B) 80.64º 0.54% 0.91% -
XYZ 53.08 70.31 24.96 -
YUV 205.89 72.75 116.66 -
System Red Green Blue C M Y K H S L
Decimal 190 233 108 0.18 0 0.54 0.09 80.64 0.74 0.67
Hex BE E9 6C 12 0 36 9 51 4A 43
Octal 276 351 154 22 0 66 11 121 112 103
Binary 10111110 11101001 1101100 10010 0 110110 1001 1010001 1001010 1000011

Color Harmonies of #BEE96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE96C

Black with #BEE96C

Text Example


Text Example

White with #BEE96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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