Html Css Color HEX #BCE573 Sulu

📋 copy color: '#BCE573'

red 188 ◦ green 229 ◦ blue 115

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

Shades of Sulu #BCE573

Tints of Sulu #BCE573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.62%

R = 35.34%
G = 43.05%
B = 21.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#BCE573 (or 0xBCE573) is known color: Sulu. HEX triplet: BC, E5 and 73. RGB value is (188,229,115). Sum of RGB (Red+Green+Blue) = 188+229+115=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE573 is #431A8C. Grayscale: #CCCCCC. Windows color (decimal): -4397709 or 7595452. OLE color: 7595452.

HSL color Cylindrical-coordinate representation of color #BCE573: hue angle of 81.58º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCE573 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 229 115 -
CMYK 0.18 0 0.50 0.10
HSL 81.58º 0.69% 0.67% -
HSV(B) 81.58º 0.5% 0.9% -
XYZ 51.85 67.97 26.61 -
YUV 203.75 77.92 116.77 -
System Red Green Blue C M Y K H S L
Decimal 188 229 115 0.18 0 0.50 0.10 81.58 0.69 0.67
Hex BC E5 73 12 0 32 A 52 45 43
Octal 274 345 163 22 0 62 12 122 105 103
Binary 10111100 11100101 1110011 10010 0 110010 1010 1010010 1000101 1000011

Color Harmonies of #BCE573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE573

Black with #BCE573

Text Example


Text Example

White with #BCE573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE573; }

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

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

background-color css

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

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

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

border-color css

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

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

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