Html Css Color HEX #BCDC76 Sulu

📋 copy color: '#BCDC76'

red 188 ◦ green 220 ◦ blue 118

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

Shades of Sulu #BCDC76

Tints of Sulu #BCDC76

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.83%

 BLUE value IS 118 (46.48% from 255) = 22.43%

R = 35.74%
G = 41.83%
B = 22.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#BCDC76 (or 0xBCDC76) is known color: Sulu. HEX triplet: BC, DC and 76. RGB value is (188,220,118). Sum of RGB (Red+Green+Blue) = 188+220+118=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC76 is #432389. Grayscale: #C7C7C7. Windows color (decimal): -4400010 or 7789756. OLE color: 7789756.

HSL color Cylindrical-coordinate representation of color #BCDC76: hue angle of 78.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCDC76 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 118 -
CMYK 0.15 0 0.46 0.14
HSL 78.82º 0.59% 0.66% -
HSV(B) 78.82º 0.46% 0.86% -
XYZ 49.6 63.19 26.72 -
YUV 198.8 82.4 120.29 -
System Red Green Blue C M Y K H S L
Decimal 188 220 118 0.15 0 0.46 0.14 78.82 0.59 0.66
Hex BC DC 76 F 0 2E E 4F 3B 42
Octal 274 334 166 17 0 56 16 117 73 102
Binary 10111100 11011100 1110110 1111 0 101110 1110 1001111 111011 1000010

Color Harmonies of #BCDC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC76

Black with #BCDC76

Text Example


Text Example

White with #BCDC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC76; }

 p { color: rgb(188,220,118); }

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

background-color css

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

 a { background-color: rgb(188,220,118); }

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

border-color css

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

 span { border-color: rgb(188,220,118); }

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