Html Css Color HEX #BCD580 Sulu

📋 copy color: '#BCD580'

red 188 ◦ green 213 ◦ blue 128

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

Shades of Sulu #BCD580

Tints of Sulu #BCD580

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.26%

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

R = 35.54%
G = 40.26%
B = 24.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#BCD580 (or 0xBCD580) is known color: Sulu. HEX triplet: BC, D5 and 80. RGB value is (188,213,128). Sum of RGB (Red+Green+Blue) = 188+213+128=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD580 is #432A7F. Grayscale: #C4C4C4. Windows color (decimal): -4401792 or 8443324. OLE color: 8443324.

HSL color Cylindrical-coordinate representation of color #BCD580: hue angle of 77.65º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCD580 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 128 -
CMYK 0.12 0 0.40 0.16
HSL 77.65º 0.5% 0.67% -
HSV(B) 77.65º 0.4% 0.84% -
XYZ 48.43 59.84 29.42 -
YUV 195.84 89.72 122.41 -
System Red Green Blue C M Y K H S L
Decimal 188 213 128 0.12 0 0.40 0.16 77.65 0.5 0.67
Hex BC D5 80 C 0 28 10 4E 32 43
Octal 274 325 200 14 0 50 20 116 62 103
Binary 10111100 11010101 10000000 1100 0 101000 10000 1001110 110010 1000011

Color Harmonies of #BCD580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD580

Black with #BCD580

Text Example


Text Example

White with #BCD580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD580; }

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

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

background-color css

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

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

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

border-color css

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

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

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