Html Css Color HEX #BCD876 Sulu

📋 copy color: '#BCD876'

red 188 ◦ green 216 ◦ blue 118

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

Shades of Sulu #BCD876

Tints of Sulu #BCD876

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.38%

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

R = 36.02%
G = 41.38%
B = 22.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#BCD876 (or 0xBCD876) is known color: Sulu. HEX triplet: BC, D8 and 76. RGB value is (188,216,118). Sum of RGB (Red+Green+Blue) = 188+216+118=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD876 is #432789. Grayscale: #C4C4C4. Windows color (decimal): -4401034 or 7788732. OLE color: 7788732.

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

Color convert

RGB 188 216 118 -
CMYK 0.13 0 0.45 0.15
HSL 77.14º 0.56% 0.65% -
HSV(B) 77.14º 0.45% 0.85% -
XYZ 48.56 61.11 26.38 -
YUV 196.46 83.72 121.97 -
System Red Green Blue C M Y K H S L
Decimal 188 216 118 0.13 0 0.45 0.15 77.14 0.56 0.65
Hex BC D8 76 D 0 2D F 4D 38 41
Octal 274 330 166 15 0 55 17 115 70 101
Binary 10111100 11011000 1110110 1101 0 101101 1111 1001101 111000 1000001

Color Harmonies of #BCD876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD876

Black with #BCD876

Text Example


Text Example

White with #BCD876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD876; }

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

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

background-color css

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

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

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

border-color css

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

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

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