Html Css Color HEX #BCE980 Sulu

📋 copy color: '#BCE980'

red 188 ◦ green 233 ◦ blue 128

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

Shades of Sulu #BCE980

Tints of Sulu #BCE980

RGB

 RED value IS 188 (73.83% from 255) = 34.24%

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

 BLUE value IS 128 (50.39% from 255) = 23.32%

R = 34.24%
G = 42.44%
B = 23.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#BCE980 (or 0xBCE980) is known color: Sulu. HEX triplet: BC, E9 and 80. RGB value is (188,233,128). Sum of RGB (Red+Green+Blue) = 188+233+128=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE980 is #43167F. Grayscale: #CFCFCF. Windows color (decimal): -4396672 or 8448444. OLE color: 8448444.

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

Color convert

RGB 188 233 128 -
CMYK 0.19 0 0.45 0.09
HSL 85.71º 0.7% 0.71% -
HSV(B) 85.71º 0.45% 0.91% -
XYZ 53.77 70.53 31.2 -
YUV 207.58 83.09 114.04 -
System Red Green Blue C M Y K H S L
Decimal 188 233 128 0.19 0 0.45 0.09 85.71 0.7 0.71
Hex BC E9 80 13 0 2D 9 56 46 47
Octal 274 351 200 23 0 55 11 126 106 107
Binary 10111100 11101001 10000000 10011 0 101101 1001 1010110 1000110 1000111

Color Harmonies of #BCE980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE980

Black with #BCE980

Text Example


Text Example

White with #BCE980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE980; }

 p { color: rgb(188,233,128); }

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

background-color css

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

 a { background-color: rgb(188,233,128); }

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

border-color css

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

 span { border-color: rgb(188,233,128); }

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