Html Css Color HEX #BCD980 Sulu

📋 copy color: '#BCD980'

red 188 ◦ green 217 ◦ blue 128

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

Shades of Sulu #BCD980

Tints of Sulu #BCD980

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.71%

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

R = 35.27%
G = 40.71%
B = 24.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#BCD980 (or 0xBCD980) is known color: Sulu. HEX triplet: BC, D9 and 80. RGB value is (188,217,128). Sum of RGB (Red+Green+Blue) = 188+217+128=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD980 is #43267F. Grayscale: #C6C6C6. Windows color (decimal): -4400768 or 8444348. OLE color: 8444348.

HSL color Cylindrical-coordinate representation of color #BCD980: hue angle of 79.55º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCD980 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 128 -
CMYK 0.13 0 0.41 0.15
HSL 79.55º 0.54% 0.68% -
HSV(B) 79.55º 0.41% 0.85% -
XYZ 49.45 61.88 29.76 -
YUV 198.18 88.39 120.74 -
System Red Green Blue C M Y K H S L
Decimal 188 217 128 0.13 0 0.41 0.15 79.55 0.54 0.68
Hex BC D9 80 D 0 29 F 50 36 44
Octal 274 331 200 15 0 51 17 120 66 104
Binary 10111100 11011001 10000000 1101 0 101001 1111 1010000 110110 1000100

Color Harmonies of #BCD980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD980

Black with #BCD980

Text Example


Text Example

White with #BCD980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD980; }

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

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

background-color css

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

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

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

border-color css

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

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

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