Html Css Color HEX #BCE776 Sulu

📋 copy color: '#BCE776'

red 188 ◦ green 231 ◦ blue 118

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

Shades of Sulu #BCE776

Tints of Sulu #BCE776

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.02%

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

R = 35.01%
G = 43.02%
B = 21.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#BCE776 (or 0xBCE776) is known color: Sulu. HEX triplet: BC, E7 and 76. RGB value is (188,231,118). Sum of RGB (Red+Green+Blue) = 188+231+118=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 231 (90.62% from 255 or 43.02% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE776 is #431889. Grayscale: #CDCDCD. Windows color (decimal): -4397194 or 7792572. OLE color: 7792572.

HSL color Cylindrical-coordinate representation of color #BCE776: hue angle of 82.83º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCE776 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 118 -
CMYK 0.19 0 0.49 0.09
HSL 82.83º 0.7% 0.68% -
HSV(B) 82.83º 0.49% 0.91% -
XYZ 52.58 69.15 27.72 -
YUV 205.26 78.75 115.69 -
System Red Green Blue C M Y K H S L
Decimal 188 231 118 0.19 0 0.49 0.09 82.83 0.7 0.68
Hex BC E7 76 13 0 31 9 53 46 44
Octal 274 347 166 23 0 61 11 123 106 104
Binary 10111100 11100111 1110110 10011 0 110001 1001 1010011 1000110 1000100

Color Harmonies of #BCE776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE776

Black with #BCE776

Text Example


Text Example

White with #BCE776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE776; }

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

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

background-color css

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

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

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

border-color css

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

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

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