Html Css Color HEX #BCE079 Sulu

📋 copy color: '#BCE079'

red 188 ◦ green 224 ◦ blue 121

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

Shades of Sulu #BCE079

Tints of Sulu #BCE079

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.03%

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

R = 35.27%
G = 42.03%
B = 22.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#BCE079 (or 0xBCE079) is known color: Sulu. HEX triplet: BC, E0 and 79. RGB value is (188,224,121). Sum of RGB (Red+Green+Blue) = 188+224+121=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 121 (47.66% from 255 or 22.70% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE079 is #431F86. Grayscale: #C9C9C9. Windows color (decimal): -4398983 or 7987388. OLE color: 7987388.

HSL color Cylindrical-coordinate representation of color #BCE079: hue angle of 80.97º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCE079 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 121 -
CMYK 0.16 0 0.46 0.12
HSL 80.97º 0.62% 0.68% -
HSV(B) 80.97º 0.46% 0.88% -
XYZ 50.85 65.38 28.03 -
YUV 201.49 82.57 118.38 -
System Red Green Blue C M Y K H S L
Decimal 188 224 121 0.16 0 0.46 0.12 80.97 0.62 0.68
Hex BC E0 79 10 0 2E C 51 3E 44
Octal 274 340 171 20 0 56 14 121 76 104
Binary 10111100 11100000 1111001 10000 0 101110 1100 1010001 111110 1000100

Color Harmonies of #BCE079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE079

Black with #BCE079

Text Example


Text Example

White with #BCE079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE079; }

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

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

background-color css

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

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

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

border-color css

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

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

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