Html Css Color HEX #BCE56F Sulu

📋 copy color: '#BCE56F'

red 188 ◦ green 229 ◦ blue 111

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

Shades of Sulu #BCE56F

Tints of Sulu #BCE56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.02%

R = 35.61%
G = 43.37%
B = 21.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#BCE56F (or 0xBCE56F) is known color: Sulu. HEX triplet: BC, E5 and 6F. RGB value is (188,229,111). Sum of RGB (Red+Green+Blue) = 188+229+111=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE56F is #431A90. Grayscale: #CBCBCB. Windows color (decimal): -4397713 or 7333308. OLE color: 7333308.

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

Color convert

RGB 188 229 111 -
CMYK 0.18 0 0.52 0.10
HSL 80.85º 0.69% 0.67% -
HSV(B) 80.85º 0.52% 0.9% -
XYZ 51.63 67.88 25.42 -
YUV 203.29 75.92 117.09 -
System Red Green Blue C M Y K H S L
Decimal 188 229 111 0.18 0 0.52 0.10 80.85 0.69 0.67
Hex BC E5 6F 12 0 34 A 51 45 43
Octal 274 345 157 22 0 64 12 121 105 103
Binary 10111100 11100101 1101111 10010 0 110100 1010 1010001 1000101 1000011

Color Harmonies of #BCE56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE56F

Black with #BCE56F

Text Example


Text Example

White with #BCE56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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