Html Css Color HEX #BCD982 Sulu

📋 copy color: '#BCD982'

red 188 ◦ green 217 ◦ blue 130

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

Shades of Sulu #BCD982

Tints of Sulu #BCD982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.3%

R = 35.14%
G = 40.56%
B = 24.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#BCD982 (or 0xBCD982) is known color: Sulu. HEX triplet: BC, D9 and 82. RGB value is (188,217,130). Sum of RGB (Red+Green+Blue) = 188+217+130=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD982 is #43267D. Grayscale: #C6C6C6. Windows color (decimal): -4400766 or 8575420. OLE color: 8575420.

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

Color convert

RGB 188 217 130 -
CMYK 0.13 0 0.40 0.15
HSL 80º 0.53% 0.68% -
HSV(B) 80º 0.4% 0.85% -
XYZ 49.58 61.93 30.46 -
YUV 198.41 89.39 120.57 -
System Red Green Blue C M Y K H S L
Decimal 188 217 130 0.13 0 0.40 0.15 80 0.53 0.68
Hex BC D9 82 D 0 28 F 50 35 44
Octal 274 331 202 15 0 50 17 120 65 104
Binary 10111100 11011001 10000010 1101 0 101000 1111 1010000 110101 1000100

Color Harmonies of #BCD982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD982

Black with #BCD982

Text Example


Text Example

White with #BCD982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD982; }

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

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

background-color css

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

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

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

border-color css

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

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

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