Html Css Color HEX #BCEC76 Sulu

📋 copy color: '#BCEC76'

red 188 ◦ green 236 ◦ blue 118

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

Shades of Sulu #BCEC76

Tints of Sulu #BCEC76

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.54%

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

R = 34.69%
G = 43.54%
B = 21.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#BCEC76 (or 0xBCEC76) is known color: Sulu. HEX triplet: BC, EC and 76. RGB value is (188,236,118). Sum of RGB (Red+Green+Blue) = 188+236+118=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC76 is #431389. Grayscale: #D0D0D0. Windows color (decimal): -4395914 or 7793852. OLE color: 7793852.

HSL color Cylindrical-coordinate representation of color #BCEC76: hue angle of 84.41º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCEC76 is Cyan = 0.20, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 118 -
CMYK 0.20 0 0.5 0.07
HSL 84.41º 0.76% 0.69% -
HSV(B) 84.41º 0.5% 0.93% -
XYZ 54 71.99 28.19 -
YUV 208.2 77.1 113.59 -
System Red Green Blue C M Y K H S L
Decimal 188 236 118 0.20 0 0.5 0.07 84.41 0.76 0.69
Hex BC EC 76 14 0 32 7 54 4C 45
Octal 274 354 166 24 0 62 7 124 114 105
Binary 10111100 11101100 1110110 10100 0 110010 111 1010100 1001100 1000101

Color Harmonies of #BCEC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC76

Black with #BCEC76

Text Example


Text Example

White with #BCEC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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