Html Css Color HEX #BCE58D Sulu

📋 copy color: '#BCE58D'

red 188 ◦ green 229 ◦ blue 141

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

Shades of Sulu #BCE58D

Tints of Sulu #BCE58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.27%

R = 33.69%
G = 41.04%
B = 25.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#BCE58D (or 0xBCE58D) is known color: Sulu. HEX triplet: BC, E5 and 8D. RGB value is (188,229,141). Sum of RGB (Red+Green+Blue) = 188+229+141=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE58D is #431A72. Grayscale: #CFCFCF. Windows color (decimal): -4397683 or 9299388. OLE color: 9299388.

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

Color convert

RGB 188 229 141 -
CMYK 0.18 0 0.38 0.10
HSL 87.95º 0.63% 0.73% -
HSV(B) 87.95º 0.38% 0.9% -
XYZ 53.57 68.65 35.63 -
YUV 206.71 90.92 114.66 -
System Red Green Blue C M Y K H S L
Decimal 188 229 141 0.18 0 0.38 0.10 87.95 0.63 0.73
Hex BC E5 8D 12 0 26 A 58 3F 49
Octal 274 345 215 22 0 46 12 130 77 111
Binary 10111100 11100101 10001101 10010 0 100110 1010 1011000 111111 1001001

Color Harmonies of #BCE58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE58D

Black with #BCE58D

Text Example


Text Example

White with #BCE58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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