Html Css Color HEX #BCE06E Sulu

📋 copy color: '#BCE06E'

red 188 ◦ green 224 ◦ blue 110

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

Shades of Sulu #BCE06E

Tints of Sulu #BCE06E

RGB

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

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

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

R = 36.02%
G = 42.91%
B = 21.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#BCE06E (or 0xBCE06E) is known color: Sulu. HEX triplet: BC, E0 and 6E. RGB value is (188,224,110). Sum of RGB (Red+Green+Blue) = 188+224+110=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE06E is #431F91. Grayscale: #C8C8C8. Windows color (decimal): -4398994 or 7266492. OLE color: 7266492.

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

Color convert

RGB 188 224 110 -
CMYK 0.16 0 0.51 0.12
HSL 78.95º 0.65% 0.65% -
HSV(B) 78.95º 0.51% 0.88% -
XYZ 50.21 65.13 24.68 -
YUV 200.24 77.07 119.27 -
System Red Green Blue C M Y K H S L
Decimal 188 224 110 0.16 0 0.51 0.12 78.95 0.65 0.65
Hex BC E0 6E 10 0 33 C 4F 41 41
Octal 274 340 156 20 0 63 14 117 101 101
Binary 10111100 11100000 1101110 10000 0 110011 1100 1001111 1000001 1000001

Color Harmonies of #BCE06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE06E

Black with #BCE06E

Text Example


Text Example

White with #BCE06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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