Html Css Color HEX #BCE376 Sulu

📋 copy color: '#BCE376'

red 188 ◦ green 227 ◦ blue 118

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

Shades of Sulu #BCE376

Tints of Sulu #BCE376

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.59%

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

R = 35.27%
G = 42.59%
B = 22.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#BCE376 (or 0xBCE376) is known color: Sulu. HEX triplet: BC, E3 and 76. RGB value is (188,227,118). Sum of RGB (Red+Green+Blue) = 188+227+118=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE376 is #431C89. Grayscale: #CBCBCB. Windows color (decimal): -4398218 or 7791548. OLE color: 7791548.

HSL color Cylindrical-coordinate representation of color #BCE376: hue angle of 81.47º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCE376 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 118 -
CMYK 0.17 0 0.48 0.11
HSL 81.47º 0.66% 0.68% -
HSV(B) 81.47º 0.48% 0.89% -
XYZ 51.48 66.94 27.35 -
YUV 202.91 80.08 117.36 -
System Red Green Blue C M Y K H S L
Decimal 188 227 118 0.17 0 0.48 0.11 81.47 0.66 0.68
Hex BC E3 76 11 0 30 B 51 42 44
Octal 274 343 166 21 0 60 13 121 102 104
Binary 10111100 11100011 1110110 10001 0 110000 1011 1010001 1000010 1000100

Color Harmonies of #BCE376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE376

Black with #BCE376

Text Example


Text Example

White with #BCE376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE376; }

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

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

background-color css

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

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

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

border-color css

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

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

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