Html Css Color HEX #BCE584 Sulu

📋 copy color: '#BCE584'

red 188 ◦ green 229 ◦ blue 132

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

Shades of Sulu #BCE584

Tints of Sulu #BCE584

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.71%

 BLUE value IS 132 (51.95% from 255) = 24.04%

R = 34.24%
G = 41.71%
B = 24.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#BCE584 (or 0xBCE584) is known color: Sulu. HEX triplet: BC, E5 and 84. RGB value is (188,229,132). Sum of RGB (Red+Green+Blue) = 188+229+132=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 132 (51.95% from 255 or 24.04% from 549); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE584 is #431A7B. Grayscale: #CECECE. Windows color (decimal): -4397692 or 8709564. OLE color: 8709564.

HSL color Cylindrical-coordinate representation of color #BCE584: hue angle of 85.36º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCE584 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 229 132 -
CMYK 0.18 0 0.42 0.10
HSL 85.36º 0.65% 0.71% -
HSV(B) 85.36º 0.42% 0.9% -
XYZ 52.92 68.4 32.24 -
YUV 205.68 86.42 115.39 -
System Red Green Blue C M Y K H S L
Decimal 188 229 132 0.18 0 0.42 0.10 85.36 0.65 0.71
Hex BC E5 84 12 0 2A A 55 41 47
Octal 274 345 204 22 0 52 12 125 101 107
Binary 10111100 11100101 10000100 10010 0 101010 1010 1010101 1000001 1000111

Color Harmonies of #BCE584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE584

Black with #BCE584

Text Example


Text Example

White with #BCE584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE584; }

 p { color: rgb(188,229,132); }

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

background-color css

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

 a { background-color: rgb(188,229,132); }

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

border-color css

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

 span { border-color: rgb(188,229,132); }

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