Html Css Color HEX #BCE46F Sulu

📋 copy color: '#BCE46F'

red 188 ◦ green 228 ◦ blue 111

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

Shades of Sulu #BCE46F

Tints of Sulu #BCE46F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.26%

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

R = 35.67%
G = 43.26%
B = 21.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#BCE46F (or 0xBCE46F) is known color: Sulu. HEX triplet: BC, E4 and 6F. RGB value is (188,228,111). Sum of RGB (Red+Green+Blue) = 188+228+111=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE46F is #431B90. Grayscale: #CBCBCB. Windows color (decimal): -4397969 or 7333052. OLE color: 7333052.

HSL color Cylindrical-coordinate representation of color #BCE46F: hue angle of 80.51º degrees, saturation: 0.68, 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 #BCE46F is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 111 -
CMYK 0.18 0 0.51 0.11
HSL 80.51º 0.68% 0.66% -
HSV(B) 80.51º 0.51% 0.89% -
XYZ 51.35 67.33 25.33 -
YUV 202.7 76.25 117.51 -
System Red Green Blue C M Y K H S L
Decimal 188 228 111 0.18 0 0.51 0.11 80.51 0.68 0.66
Hex BC E4 6F 12 0 33 B 51 44 42
Octal 274 344 157 22 0 63 13 121 104 102
Binary 10111100 11100100 1101111 10010 0 110011 1011 1010001 1000100 1000010

Color Harmonies of #BCE46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE46F

Black with #BCE46F

Text Example


Text Example

White with #BCE46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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