Html Css Color HEX #BCE98C Sulu

📋 copy color: '#BCE98C'

red 188 ◦ green 233 ◦ blue 140

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

Shades of Sulu #BCE98C

Tints of Sulu #BCE98C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.53%

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

R = 33.51%
G = 41.53%
B = 24.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#BCE98C (or 0xBCE98C) is known color: Sulu. HEX triplet: BC, E9 and 8C. RGB value is (188,233,140). Sum of RGB (Red+Green+Blue) = 188+233+140=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE98C is #431673. Grayscale: #D1D1D1. Windows color (decimal): -4396660 or 9234876. OLE color: 9234876.

HSL color Cylindrical-coordinate representation of color #BCE98C: hue angle of 89.03º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCE98C is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 140 -
CMYK 0.19 0 0.40 0.09
HSL 89.03º 0.68% 0.73% -
HSV(B) 89.03º 0.4% 0.91% -
XYZ 54.61 70.86 35.61 -
YUV 208.94 89.09 113.06 -
System Red Green Blue C M Y K H S L
Decimal 188 233 140 0.19 0 0.40 0.09 89.03 0.68 0.73
Hex BC E9 8C 13 0 28 9 59 44 49
Octal 274 351 214 23 0 50 11 131 104 111
Binary 10111100 11101001 10001100 10011 0 101000 1001 1011001 1000100 1001001

Color Harmonies of #BCE98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE98C

Black with #BCE98C

Text Example


Text Example

White with #BCE98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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