Html Css Color HEX #BCE277 Sulu

📋 copy color: '#BCE277'

red 188 ◦ green 226 ◦ blue 119

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

Shades of Sulu #BCE277

Tints of Sulu #BCE277

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.4%

 BLUE value IS 119 (46.88% from 255) = 22.33%

R = 35.27%
G = 42.4%
B = 22.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#BCE277 (or 0xBCE277) is known color: Sulu. HEX triplet: BC, E2 and 77. RGB value is (188,226,119). Sum of RGB (Red+Green+Blue) = 188+226+119=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE277 is #431D88. Grayscale: #CACACA. Windows color (decimal): -4398473 or 7856828. OLE color: 7856828.

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

Color convert

RGB 188 226 119 -
CMYK 0.17 0 0.47 0.11
HSL 81.31º 0.65% 0.68% -
HSV(B) 81.31º 0.47% 0.89% -
XYZ 51.27 66.42 27.57 -
YUV 202.44 80.91 117.7 -
System Red Green Blue C M Y K H S L
Decimal 188 226 119 0.17 0 0.47 0.11 81.31 0.65 0.68
Hex BC E2 77 11 0 2F B 51 41 44
Octal 274 342 167 21 0 57 13 121 101 104
Binary 10111100 11100010 1110111 10001 0 101111 1011 1010001 1000001 1000100

Color Harmonies of #BCE277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE277

Black with #BCE277

Text Example


Text Example

White with #BCE277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE277; }

 p { color: rgb(188,226,119); }

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

background-color css

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

 a { background-color: rgb(188,226,119); }

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

border-color css

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

 span { border-color: rgb(188,226,119); }

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