Html Css Color HEX #BCE379 Sulu

📋 copy color: '#BCE379'

red 188 ◦ green 227 ◦ blue 121

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

Shades of Sulu #BCE379

Tints of Sulu #BCE379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.57%

R = 35.07%
G = 42.35%
B = 22.57%

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

#BCE379 (or 0xBCE379) is known color: Sulu. HEX triplet: BC, E3 and 79. RGB value is (188,227,121). Sum of RGB (Red+Green+Blue) = 188+227+121=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE379 is #431C86. Grayscale: #CBCBCB. Windows color (decimal): -4398215 or 7988156. OLE color: 7988156.

HSL color Cylindrical-coordinate representation of color #BCE379: hue angle of 82.08º 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 #BCE379 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 121 -
CMYK 0.17 0 0.47 0.11
HSL 82.08º 0.65% 0.68% -
HSV(B) 82.08º 0.47% 0.89% -
XYZ 51.66 67.01 28.3 -
YUV 203.26 81.58 117.12 -
System Red Green Blue C M Y K H S L
Decimal 188 227 121 0.17 0 0.47 0.11 82.08 0.65 0.68
Hex BC E3 79 11 0 2F B 52 41 44
Octal 274 343 171 21 0 57 13 122 101 104
Binary 10111100 11100011 1111001 10001 0 101111 1011 1010010 1000001 1000100

Color Harmonies of #BCE379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE379

Black with #BCE379

Text Example


Text Example

White with #BCE379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE379; }

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

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

background-color css

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

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

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

border-color css

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

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

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