Html Css Color HEX #BCE26E Sulu

📋 copy color: '#BCE26E'

red 188 ◦ green 226 ◦ blue 110

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

Shades of Sulu #BCE26E

Tints of Sulu #BCE26E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.13%

 BLUE value IS 110 (43.36% from 255) = 20.99%

R = 35.88%
G = 43.13%
B = 20.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#BCE26E (or 0xBCE26E) is known color: Sulu. HEX triplet: BC, E2 and 6E. RGB value is (188,226,110). Sum of RGB (Red+Green+Blue) = 188+226+110=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE26E is #431D91. Grayscale: #C9C9C9. Windows color (decimal): -4398482 or 7267004. OLE color: 7267004.

HSL color Cylindrical-coordinate representation of color #BCE26E: hue angle of 79.66º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCE26E is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 110 -
CMYK 0.17 0 0.51 0.11
HSL 79.66º 0.67% 0.66% -
HSV(B) 79.66º 0.51% 0.89% -
XYZ 50.75 66.21 24.86 -
YUV 201.41 76.41 118.43 -
System Red Green Blue C M Y K H S L
Decimal 188 226 110 0.17 0 0.51 0.11 79.66 0.67 0.66
Hex BC E2 6E 11 0 33 B 50 43 42
Octal 274 342 156 21 0 63 13 120 103 102
Binary 10111100 11100010 1101110 10001 0 110011 1011 1010000 1000011 1000010

Color Harmonies of #BCE26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE26E

Black with #BCE26E

Text Example


Text Example

White with #BCE26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE26E; }

 p { color: rgb(188,226,110); }

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

background-color css

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

 a { background-color: rgb(188,226,110); }

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

border-color css

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

 span { border-color: rgb(188,226,110); }

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