Html Css Color HEX #BCE58C Sulu

📋 copy color: '#BCE58C'

red 188 ◦ green 229 ◦ blue 140

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

Shades of Sulu #BCE58C

Tints of Sulu #BCE58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.13%

R = 33.75%
G = 41.11%
B = 25.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#BCE58C (or 0xBCE58C) is known color: Sulu. HEX triplet: BC, E5 and 8C. RGB value is (188,229,140). Sum of RGB (Red+Green+Blue) = 188+229+140=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE58C is #431A73. Grayscale: #CECECE. Windows color (decimal): -4397684 or 9233852. OLE color: 9233852.

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

Color convert

RGB 188 229 140 -
CMYK 0.18 0 0.39 0.10
HSL 87.64º 0.63% 0.72% -
HSV(B) 87.64º 0.39% 0.9% -
XYZ 53.49 68.62 35.24 -
YUV 206.6 90.42 114.74 -
System Red Green Blue C M Y K H S L
Decimal 188 229 140 0.18 0 0.39 0.10 87.64 0.63 0.72
Hex BC E5 8C 12 0 27 A 58 3F 48
Octal 274 345 214 22 0 47 12 130 77 110
Binary 10111100 11100101 10001100 10010 0 100111 1010 1011000 111111 1001000

Color Harmonies of #BCE58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE58C

Black with #BCE58C

Text Example


Text Example

White with #BCE58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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