Html Css Color HEX #BCE073 Sulu

📋 copy color: '#BCE073'

red 188 ◦ green 224 ◦ blue 115

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

Shades of Sulu #BCE073

Tints of Sulu #BCE073

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.5%

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

R = 35.67%
G = 42.5%
B = 21.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#BCE073 (or 0xBCE073) is known color: Sulu. HEX triplet: BC, E0 and 73. RGB value is (188,224,115). Sum of RGB (Red+Green+Blue) = 188+224+115=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 115 (45.31% from 255 or 21.82% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE073 is #431F8C. Grayscale: #C9C9C9. Windows color (decimal): -4398989 or 7594172. OLE color: 7594172.

HSL color Cylindrical-coordinate representation of color #BCE073: hue angle of 79.82º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCE073 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 115 -
CMYK 0.16 0 0.49 0.12
HSL 79.82º 0.64% 0.66% -
HSV(B) 79.82º 0.49% 0.88% -
XYZ 50.49 65.24 26.15 -
YUV 200.81 79.57 118.86 -
System Red Green Blue C M Y K H S L
Decimal 188 224 115 0.16 0 0.49 0.12 79.82 0.64 0.66
Hex BC E0 73 10 0 31 C 50 40 42
Octal 274 340 163 20 0 61 14 120 100 102
Binary 10111100 11100000 1110011 10000 0 110001 1100 1010000 1000000 1000010

Color Harmonies of #BCE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE073

Black with #BCE073

Text Example


Text Example

White with #BCE073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE073; }

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

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

background-color css

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

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

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

border-color css

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

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

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